From 90b1c1887b144d247669447b344516251575400f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 29 Aug 2013 16:22:38 -0400 Subject: [PATCH] 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(-) diff --git a/2/flatly/bootstrap.css b/2/flatly/bootstrap.css index 1c9c065..c92a7cf 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 4a04a34..c6923a9 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 -- 2.39.2