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]> --- I hope this fixes it, ive read that complaint a few times now (Lighthouse, survey, Twitter). html/css/GitX.css | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/html/css/GitX.css b/html/css/GitX.css index d4b0e48..c8a03f3 100644 --- a/html/css/GitX.css +++ b/html/css/GitX.css @@ -5,4 +5,5 @@ body { margin: 0; margin-top: 5px; width: 100%; -} \ No newline at end of file + font-family: 'Lucida Grande', Arial; +} -- 1.6.4.2.236.gf324c
