move font above css include (#279)

This commit is contained in:
Humeira 2017-02-24 09:23:02 +04:00 committed by John O'Nolan
parent 68e48cfb04
commit 805925528c
1 changed files with 2 additions and 1 deletions

View File

@ -17,8 +17,9 @@
<link rel="shortcut icon" href="{{asset "favicon.ico"}}">
{{!-- Styles'n'Scripts --}}
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
{{!-- Ghost outputs important style and meta data with this tag --}}
{{ghost_head}}