summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2016-02-18 14:43:19 +0200
committerPauli Virtanen <pav@iki.fi>2016-02-18 14:43:19 +0200
commit0eaef7ac75f6181c5b8d6f6608a46688fcf202ed (patch)
tree485a05ad9b953ea345a0b64daa59be2521e1d66d
parent6b5ce6a2e73adadf0019473664548ed63cb12a2c (diff)
downloadscipy-sphinx-theme-0eaef7ac75f6181c5b8d6f6608a46688fcf202ed.tar.gz
Import webfonts via https links, to avoid mixed-content issues
-rw-r--r--_theme/scipy/static/css/spc-bootstrap.css2
-rw-r--r--_theme/scipy/static/less/spc-bootstrap.less4
2 files changed, 3 insertions, 3 deletions
diff --git a/_theme/scipy/static/css/spc-bootstrap.css b/_theme/scipy/static/css/spc-bootstrap.css
index 0c0ae58..169e082 100644
--- a/_theme/scipy/static/css/spc-bootstrap.css
+++ b/_theme/scipy/static/css/spc-bootstrap.css
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Open+Sans);
+@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*!
* Bootstrap v2.3.1
*
diff --git a/_theme/scipy/static/less/spc-bootstrap.less b/_theme/scipy/static/less/spc-bootstrap.less
index 20a5091..146f05d 100644
--- a/_theme/scipy/static/less/spc-bootstrap.less
+++ b/_theme/scipy/static/less/spc-bootstrap.less
@@ -3,7 +3,7 @@
@import "bootstrap/responsive.less";
// google webfont
-@import url(http://fonts.googleapis.com/css?family=Open+Sans);
+@import url(https://fonts.googleapis.com/css?family=Open+Sans);
//Typography
@sansFontFamily: 'Open Sans', sans-serif !important;
@@ -15,4 +15,4 @@
//Sprites
@iconSpritePath: '../../img/glyphicons-halflings.png';
-@iconWhiteSpritePath: '../../img/glyphicons-halflings-white.png'; \ No newline at end of file
+@iconWhiteSpritePath: '../../img/glyphicons-halflings-white.png';