From: Xavier Morel Date: Tue, 2 Dec 2014 08:43:19 +0000 (+0100) Subject: [FIX] doc: fetch font over https X-Git-Url: http://git.inspyration.org/?p=odoo%2Fodoo.git;a=commitdiff_plain;h=085e8e49c194ee144bc876a9395810a3f89caccf [FIX] doc: fetch font over https --- diff --git a/doc/_themes/odoodoc/static/style.css b/doc/_themes/odoodoc/static/style.css index c02b587..12ffb13 100644 --- a/doc/_themes/odoodoc/static/style.css +++ b/doc/_themes/odoodoc/static/style.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Lato); +@import url(https://fonts.googleapis.com/css?family=Lato); /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ html { font-family: sans-serif; diff --git a/doc/_themes/odoodoc/static/style.less b/doc/_themes/odoodoc/static/style.less index 994351a..d370399 100644 --- a/doc/_themes/odoodoc/static/style.less +++ b/doc/_themes/odoodoc/static/style.less @@ -1,5 +1,5 @@ @import "bootstrap/less/bootstrap"; -@import url(http://fonts.googleapis.com/css?family=Lato); +@import url(https://fonts.googleapis.com/css?family=Lato); @icon-font-path: 'fonts/'; @brand-primary: #a24689;