css: fix font-family

This commit is contained in:
Astro 2013-11-17 02:43:10 +01:00
parent 92a5d5d8c8
commit 702bf3f7e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* -- General -- */
body {
font: Verdana, Arial, sans-serif;
font-family: Verdana, Arial, sans-serif;
margin: 0;
padding: 276px 0 0;
}