Skip to content

Commit 4e2b053

Browse files
heipeipieter
authored andcommitted
This fixes a CSS-bug which makes the gitx-website display the same
font with Firefox and Safari instead of using a serif with FF. Signed-off-by: Johannes Gilger <[email protected]>
1 parent d3cb020 commit 4e2b053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Site/assets/css/master.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
body
44
{
55
background-color: #abc;
6-
font-family: 'Lucida Grande' Arial;
6+
font-family: 'Lucida Grande', Arial;
77
background: url('../images/bg.png') repeat;
88
}
99

@@ -255,4 +255,4 @@ p.noclear
255255
code a
256256
{
257257
font-weight: normal;
258-
}
258+
}

0 commit comments

Comments
 (0)