diff options
Diffstat (limited to 'darkly')
-rw-r--r-- | darkly/_bootswatch.scss | 2 | ||||
-rw-r--r-- | darkly/bootstrap.css | 2 | ||||
-rw-r--r-- | darkly/bootstrap.min.css | 2 | ||||
-rw-r--r-- | darkly/bootswatch.less | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/darkly/_bootswatch.scss b/darkly/_bootswatch.scss index 67121f95..35afc263 100644 --- a/darkly/_bootswatch.scss +++ b/darkly/_bootswatch.scss @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic"); +@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic"); // Navbar ===================================================================== diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css index 807f86ef..3ec9b746 100644 --- a/darkly/bootstrap.css +++ b/darkly/bootstrap.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic"); +@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic"); /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/darkly/bootstrap.min.css b/darkly/bootstrap.min.css index b7ce44ad..8b2b01b9 100644 --- a/darkly/bootstrap.min.css +++ b/darkly/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");/*! +@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");/*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park diff --git a/darkly/bootswatch.less b/darkly/bootswatch.less index 4fa42cfb..593b62d1 100644 --- a/darkly/bootswatch.less +++ b/darkly/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic"); +@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic"); // Navbar ===================================================================== |