diff options
Diffstat (limited to 'cyborg')
-rw-r--r-- | cyborg/_bootswatch.scss | 2 | ||||
-rw-r--r-- | cyborg/bootstrap.css | 2 | ||||
-rw-r--r-- | cyborg/bootstrap.min.css | 2 | ||||
-rw-r--r-- | cyborg/bootswatch.less | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cyborg/_bootswatch.scss b/cyborg/_bootswatch.scss index 41c74b46..24519e8c 100644 --- a/cyborg/_bootswatch.scss +++ b/cyborg/_bootswatch.scss @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Roboto:400,700"); +@import url("https://fonts.googleapis.com/css?family=Roboto:400,700"); // Navbar ===================================================================== diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css index 9dcb101d..a72c11c9 100644 --- a/cyborg/bootstrap.css +++ b/cyborg/bootstrap.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Roboto:400,700"); +@import url("https://fonts.googleapis.com/css?family=Roboto:400,700"); /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/cyborg/bootstrap.min.css b/cyborg/bootstrap.min.css index e37fafef..9a9260af 100644 --- a/cyborg/bootstrap.min.css +++ b/cyborg/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Roboto:400,700");/*! +@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");/*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index eccc9fdb..edaae762 100644 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Roboto:400,700"); +@import url("https://fonts.googleapis.com/css?family=Roboto:400,700"); // Navbar ===================================================================== |