mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Omit protocol from embedded font resources
Fixes the mixed content errors and loads fonts when accessing https://gohugo.io/
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c4f81840f7
commit
90af334c21
@@ -11,7 +11,7 @@
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/css/bootstrap-theme.css" rel="stylesheet">
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Arbutus+Slab%7CCabin:600%7CSource+Code+Pro' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Arbutus+Slab%7CCabin:600%7CSource+Code+Pro' rel='stylesheet' type='text/css'>
|
||||
<!-- Add custom CSS here -->
|
||||
<link href="/css/HPstyles.css" rel="stylesheet">
|
||||
<link href="/css/hugofont.css" rel="stylesheet">
|
||||
|
2
docs/static/css/style.css
vendored
2
docs/static/css/style.css
vendored
@@ -1,5 +1,5 @@
|
||||
/* Import fonts */
|
||||
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
|
||||
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
|
||||
|
||||
/* ******************************
|
||||
For the github btn
|
||||
|
Reference in New Issue
Block a user