Merge pull request #505 from hashicorp/sethvargo/https_font

Load Google fonts over SSL
This commit is contained in:
Seth Vargo 2014-10-23 09:30:23 -07:00
commit 8788d3c25e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@import 'bootstrap-sprockets';
@import 'bootstrap';
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700");
// Core variables and mixins
@import '_variables';