mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Move webfonts to // rather than http://
https://en.ghost.org/forum/bugs-suggestions/475-suggestion-remove-system-dependence-on-google-web-fonts
This commit is contained in:
parent
4bc8db57cc
commit
34762ce1be
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
<meta name="msapplication-square150x150logo" content="/ghost/img/medium.png"/>
|
<meta name="msapplication-square150x150logo" content="/ghost/img/medium.png"/>
|
||||||
<meta name="msapplication-square310x310logo" content="/ghost/img/large.png"/>
|
<meta name="msapplication-square310x310logo" content="/ghost/img/large.png"/>
|
||||||
|
|
||||||
<link rel="stylesheet" type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700'>
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,700">
|
||||||
<link rel="stylesheet" href="/ghost/css/screen.css">
|
<link rel="stylesheet" href="/ghost/css/screen.css">
|
||||||
{{{block "pageStyles"}}}
|
{{{block "pageStyles"}}}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue