From b0b2cbc8da12e1bc74dd56b4664c4034dbbe1d33 Mon Sep 17 00:00:00 2001 From: fliar Date: Wed, 22 Jun 2016 17:56:16 +0800 Subject: [PATCH] fix mixed-content warning on chrome --- styles/readtheorg/css/readtheorg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index e4b4386..f226bdb 100644 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -1,6 +1,6 @@ @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700); -@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); +@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); h1,h2,h3,h4,h5,h6,legend{ font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;