explicit fonts in css

This commit is contained in:
mappu 2013-10-21 20:36:08 +13:00
parent 9c9f514752
commit 6d2160aa26
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ html, body {
padding:0;
/* cosmetic */
font-family:"Helvetica Neue","Segoe UI",Arial,sans-serif;
font-size:12px;
background:#DDD url('pixel_weave.png'); /* thanks subtlepatterns.com ! */
color:#333;
}