Skip to content

Commit e8f72d6

Browse files
committed
CSS: update fonts to use Open Sans.
1 parent d5307ee commit e8f72d6

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

basic-b.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body
22
{
3-
font-family: Verdana, Arial, Helvetica;
3+
font-family: Verdana, "Open Sans", sans-serif;
44
margin: 0 0 0.2em 0;
55
}
66

@@ -136,7 +136,7 @@ li.menulvl2 div
136136
{
137137
float: left;
138138
width: 90%;
139-
font-family: Liberation Sans, Helvetica, Arial, sans-serif;
139+
font-family : "Open Sans", sans-serif;
140140
}
141141

142142
.textheader
@@ -157,8 +157,6 @@ li.menulvl2 div
157157

158158
.cos
159159
{
160-
font-family : Verdana, Liberation Sans, Arial, Helvetica, sans-serif;
161-
font-size : small;
162160
text-align: justify;
163161
border-top: 2px dotted #B29E7C;
164162
margin: 1.9em 1ex 1em 100px;

faq-b.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)