From 90b1c1887b144d247669447b344516251575400f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 29 Aug 2013 16:22:38 -0400 Subject: flatly 2: use protocol relative url for web font --- 2/flatly/bootstrap.css | 2 +- 2/flatly/bootstrap.min.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '2/flatly') 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 -- cgit v1.2.3