Replace Droid with Noto

Fixes #30 #46
This commit is contained in:
John O'Nolan 2013-10-31 19:34:00 +01:00
parent 2dcf64a8ce
commit 94f98f0d58
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ html {
body {
height: 100%;
max-height: 100%;
font-family: 'Droid Serif', serif;
font-family: 'Noto Serif', serif;
font-size: 2.0rem;
line-height: 1.6em;
color: #3A4145;
@ -404,7 +404,7 @@ margin on the iframe, cause it breaks stuff. */
font-size: 1.8rem;
line-height: 1.5em;
font-weight: 300;
font-family: 'Droid Serif', serif;
font-family: 'Noto Serif', serif;
letter-spacing: 0;
}

View File

@ -15,7 +15,7 @@
{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Open+Sans:700,400" />
{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}