From 293bde3c5e20bae9807310905aa9ae1a0d3df9c3 Mon Sep 17 00:00:00 2001 From: Ruan Date: Wed, 18 Feb 2015 20:27:49 +0200 Subject: [PATCH] Use https for fonts.googleapis.com --- includes/css/bootstrap.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/css/bootstrap.css b/includes/css/bootstrap.css index 73dccf8..98ea094 100644 --- a/includes/css/bootstrap.css +++ b/includes/css/bootstrap.css @@ -1,8 +1,7 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700); +@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700); /*! - * Bootstrap v3.0.0 - * + * Bootstrap v3.0. * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0