mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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-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">
|
||||
{{{block "pageStyles"}}}
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue