css: remove Lucida Grande

This commit is contained in:
Andrew Dolgov
2011-08-30 13:28:01 +04:00
parent 55ad314e0b
commit 0e2d03a74e
3 changed files with 6 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
body {
margin : 2em;
padding : 0em;
font-family : "Lucida Grande", Arial, sans-serif;
font-family : sans-serif;
font-size : 12px;
}