summaryrefslogtreecommitdiff
path: root/_assets
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-02-01 10:14:31 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-02-01 10:15:20 -0800
commitcd950d1120fac80953081490d9451f48975a2811 (patch)
tree18efe1f2145e556e9dc19c855faf3e7f14107c6b /_assets
parentpage with all the articles (diff)
downloadlumberjaph-cd950d1120fac80953081490d9451f48975a2811.tar.gz
Switch the main font to Noto.
Diffstat (limited to '_assets')
-rw-r--r--_assets/screen.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/_assets/screen.scss b/_assets/screen.scss
index e03253a..7cb3818 100644
--- a/_assets/screen.scss
+++ b/_assets/screen.scss
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Actor);
+@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic);
$mq-mobile-portrait : 20em !default;
$mq-mobile-landscape : 30em !default;
@@ -151,7 +151,7 @@ html {
}
body {
- font-family: 'Actor', sans-serif;
+ font-family: 'Noto Sans', sans-serif;
background-color: #fff;
font-weight:400;
text-align:left;