fixed fonts

pull/2/head
Michael Q Larson 2014-11-07 17:00:27 -08:00
parent 9fed29699f
commit 3a27655e2c
1 changed files with 4 additions and 8 deletions

View File

@ -4,15 +4,11 @@
@import "lib/bootstrap-social";
@import "lib/animate.min.less";
@font-face {
font-family: 'Lato Light';
src: url('Lato-Light.ttf') format('svg');
font-weight: normal;
font-style: normal;
}
@import url(http://fonts.googleapis.com/css?family=Lato:300);
h1,html,body,div,span,a,li,td,th {
font-family: 'Lato Light', sans-serif;
html,body,div,span,a,li,td,th {
font-family: 'Lato', sans-serif;
font-weight: 300;
}
html {