0
Fork 0
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:
Austin Burdine 2016-08-18 10:06:05 -06:00 committed by John O'Nolan
parent 52e34b530c
commit a136875fa2

View file

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