diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-01-03 14:14:48 -0800 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-01-03 14:14:48 -0800 |
commit | 2c18d0d1d7b3b82270f45d2a6faaf56efbf9f284 (patch) | |
tree | cf28bc562dda24813aecf543ea88d857b1081bfe /superhero/bootswatch.less | |
parent | dd06cdf0bd11b6c90d5a18520b9053f3922af91f (diff) | |
parent | 02133bf7b428f0d1544fe09c8b41476b318cc8f3 (diff) |
Merge pull request #60 from buzztabapp/gh-pages
Protocol-relative URLs for Google Font @imports
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-x | superhero/bootswatch.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index a3be40b3..897ebd1e 100755 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -6,8 +6,8 @@ // TYPOGRAPHY // -------------------------------------------------- -@import url(https://fonts.googleapis.com/css?family=Oswald); -@import url(https://fonts.googleapis.com/css?family=Noticia+Text); +@import url(//fonts.googleapis.com/css?family=Oswald); +@import url(//fonts.googleapis.com/css?family=Noticia+Text); h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h6 { font-family: @headingsFontFamily; @@ -664,4 +664,4 @@ label { } } } -}
\ No newline at end of file +} |