[FIX] doc: fetch font over https

This commit is contained in:
Xavier Morel 2014-12-02 09:43:19 +01:00
parent c0997c7877
commit 085e8e49c1
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;