Load Google fonts over SSL
This commit is contained in:
parent
04a20f9165
commit
4a98c921a8
|
@ -1,7 +1,7 @@
|
|||
@import 'bootstrap-sprockets';
|
||||
@import 'bootstrap';
|
||||
|
||||
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700");
|
||||
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
|
||||
|
||||
// Core variables and mixins
|
||||
@import '_variables';
|
||||
|
|
Loading…
Reference in New Issue