Skip to content

Commit 4544816

Browse files
heipeipieter
authored andcommitted
GitX.css: Set a default-font for body
Some people have had Serif-fonts in their interface where no specific fonts for classes/ids were specified. This sets the default-font to 'Lucida Grande' in order to have a nice non-serif on any system. Signed-off-by: Johannes Gilger <[email protected]>
1 parent b7945b0 commit 4544816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

html/css/GitX.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ body {
55
margin: 0;
66
margin-top: 5px;
77
width: 100%;
8-
}
8+
font-family: 'Lucida Grande', Arial;
9+
}

0 commit comments

Comments
 (0)