mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
remove google font loading from index.html (#215)
This commit is contained in:
parent
52e34b530c
commit
a136875fa2
1 changed files with 0 additions and 4 deletions
|
@ -35,10 +35,6 @@
|
||||||
<meta name="env-{{key}}" content="{{config.value}}" data-type="{{config.type}}" />
|
<meta name="env-{{key}}" content="{{config.value}}" data-type="{{config.type}}" />
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
{{#if configuration.useGoogleFonts.value}}
|
|
||||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,700" />
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{asset "vendor.css" ghost="true" minifyInProduction="true"}}" />
|
<link rel="stylesheet" href="{{asset "vendor.css" ghost="true" minifyInProduction="true"}}" />
|
||||||
<link rel="stylesheet" href="{{asset "ghost.css" ghost="true" minifyInProduction="true"}}" />
|
<link rel="stylesheet" href="{{asset "ghost.css" ghost="true" minifyInProduction="true"}}" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue