diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-29 16:22:38 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-29 16:22:38 -0400 |
commit | 90b1c1887b144d247669447b344516251575400f (patch) | |
tree | 5024537dda00ad0fe84f4fee02040f00e8d7b4f0 /2 | |
parent | 75bfbfe87a827dabf11100d3e9e53e4ffef38728 (diff) |
flatly 2: use protocol relative url for web font
Diffstat (limited to '2')
-rw-r--r-- | 2/flatly/bootstrap.css | 2 | ||||
-rw-r--r-- | 2/flatly/bootstrap.min.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/2/flatly/bootstrap.css b/2/flatly/bootstrap.css index 1c9c065b..c92a7cf0 100644 --- a/2/flatly/bootstrap.css +++ b/2/flatly/bootstrap.css @@ -1,4 +1,4 @@ -@import url("http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic"); +@import url("//fonts.googleapis.com/css?family=Lato:400,700,900,400italic"); /*! * Bootstrap v2.3.2 diff --git a/2/flatly/bootstrap.min.css b/2/flatly/bootstrap.min.css index 4a04a34c..c6923a9d 100644 --- a/2/flatly/bootstrap.min.css +++ b/2/flatly/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic");/*! +@import url("//fonts.googleapis.com/css?family=Lato:400,700,900,400italic");/*! * Bootstrap v2.3.2 * * Copyright 2013 Twitter, Inc |