1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:15:55 +00:00

set lucida grande as default font

This commit is contained in:
Andrew Dolgov
2007-02-07 10:05:49 +01:00
parent 4d6e91579f
commit e3a21a251c

View File

@@ -3,7 +3,7 @@ body {
color : black;
margin : 0px;
padding : 0px;
font-family : sans-serif;
font-family : "Lucida Grande", sans-serif;
}
blockquote {