Add font-family to body

This commit is contained in:
piwats 2015-04-17 20:40:44 +02:00
parent 5ddfce32fe
commit f657f64085

View file

@ -3,6 +3,7 @@ body, html {
padding:0;
color:#000;
background:#ffffff;
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}
.lightgrey {