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

@ -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}}