Use "//" instead of "http://" in googlefonts URI
will automatically adapt to use http or https depending on current URI closes #31
This commit is contained in:
parent
30f763e301
commit
3ab82945a7
@ -4,7 +4,7 @@
|
||||
<title>{$flatpress.title|tag:wp_title:'«'}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.charset}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'/>
|
||||
<link href="//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="stylesheet" type="text/css" />
|
||||
{action hook=wp_head}
|
||||
</head>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user