#1458 Fix mixed content blocked in the doc
Merged 9 years ago by pingou. Opened 9 years ago by pingou.

@@ -0,0 +1,40 @@ 

+ h1 {

+ 		font-family: Helvetica Neue;

+ 		font-size: 24px;

+ 		font-style: normal;

+ 		font-variant: normal;

+ 		font-weight: 700;

+ 		line-height: 38.4px;

+ }

+ h3 {

+ 		font-family: Helvetica Neue;

+ 		font-size: 14px;

+ 		font-style: normal;

+ 		font-variant: normal;

+ 		font-weight: 700;

+ 		line-height: 22.4px;

+ }

+ p {

+ 		font-family: Cantarell, Arial;

+ 		font-size: 15px;

+ 		font-style: normal;

+ 		font-variant: normal;

+ 		font-weight: 400;

+ 		line-height: 18px;

+ }

+ blockquote {

+ 		font-family: sans-serif;

+ 		font-size: 21px;

+ 		font-style: normal;

+ 		font-variant: normal;

+ 		font-weight: 400;

+ 		line-height: 25.2px;

+ }

+ pre {

+ 		font-family: Helvetica Neue;

+ 		font-size: 14px;

+ 		font-style: normal;

+ 		font-variant: normal;

+ 		font-weight: 400;

+ 		line-height: 16.8px;

+ }

file modified
+1 -1
@@ -1,5 +1,5 @@ 

  @import url("cloud.css");

- @import url("http://fonts.googleapis.com/css?family=Comfortaa");

You could also just have used https here, but this is better :).

+ @import url("fonts.css");

  

  .pagure-logo span {

      background: url("pagure.png") no-repeat scroll 50% 0 transparent;

file modified
+2
@@ -155,6 +155,8 @@ 

      "codetrimcolor": "#79db32",  # First Green

  

      "footerbgcolor": "#FEFEFE",

+ 

+     "fontcssurl": "_static/site.css"

  }

  # Add any paths that contain custom themes here, relative to this directory.

  #html_theme_path = []

rebased

9 years ago

You could also just have used https here, but this is better :).

rebased

9 years ago

Pull-Request has been merged by pingou

9 years ago

Pull-Request has been merged by pingou

9 years ago