mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Use non-protocol-specific URL for fonts
This commit is contained in:
parent
4a98c921a8
commit
66c0558f8d
@ -1,7 +1,7 @@
|
||||
@import 'bootstrap-sprockets';
|
||||
@import 'bootstrap';
|
||||
|
||||
@import url("https://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';
|
||||
|
Loading…
Reference in New Issue
Block a user