diff --git a/public/css/styles.less b/public/css/styles.less index e6a41d5b159..6fa5f842db0 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -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 {