diff options
author | Robert Estelle <robert@btbapp.com> | 2013-01-01 01:23:20 -0800 |
---|---|---|
committer | Robert Estelle <robert@btbapp.com> | 2013-01-01 01:23:20 -0800 |
commit | 02133bf7b428f0d1544fe09c8b41476b318cc8f3 (patch) | |
tree | cf28bc562dda24813aecf543ea88d857b1081bfe /cerulean | |
parent | fff020f3305be867137ff30fac3e9d0fdf484dce (diff) |
Make HTTPS Google Font imports protocol-relative
Diffstat (limited to 'cerulean')
-rw-r--r-- | cerulean/bootstrap.css | 2 | ||||
-rw-r--r-- | cerulean/bootstrap.min.css | 2 | ||||
-rwxr-xr-x | cerulean/bootswatch.less | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cerulean/bootstrap.css b/cerulean/bootstrap.css index 8d620e7f..285c05a8 100644 --- a/cerulean/bootstrap.css +++ b/cerulean/bootstrap.css @@ -1,4 +1,4 @@ -@import url(https://fonts.googleapis.com/css?family=Telex); +@import url(//fonts.googleapis.com/css?family=Telex); /*! * Bootstrap v2.2.2 * diff --git a/cerulean/bootstrap.min.css b/cerulean/bootstrap.min.css index e67de38b..5dc0c959 100644 --- a/cerulean/bootstrap.min.css +++ b/cerulean/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url(https://fonts.googleapis.com/css?family=Telex); +@import url(//fonts.googleapis.com/css?family=Telex); article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;} audio,canvas,video{display:inline-block;*display:inline;*zoom:1;} audio:not([controls]){display:none;} diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less index 3ffe93e7..3c353e98 100755 --- a/cerulean/bootswatch.less +++ b/cerulean/bootswatch.less @@ -6,7 +6,7 @@ // TYPOGRAPHY // ----------------------------------------------------- -@import url(https://fonts.googleapis.com/css?family=Telex); +@import url(//fonts.googleapis.com/css?family=Telex); // SCAFFOLDING // ----------------------------------------------------- |