set lucida grande as default font
This commit is contained in:
parent
4d6e91579f
commit
e3a21a251c
|
@ -3,7 +3,7 @@ body {
|
|||
color : black;
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
font-family : sans-serif;
|
||||
font-family : "Lucida Grande", sans-serif;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
Loading…
Reference in New Issue