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
1 changed files with 1 additions and 1 deletions

View File

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