Skip to content

Commit

Permalink
Allow both http and https sites to pull fonts without mixed content m…
Browse files Browse the repository at this point in the history
…essages
  • Loading branch information
nathan-nhm committed Aug 6, 2015
1 parent 04749ad commit 00ab26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import url(../../../stylesheets/application.css);

// Open Sans
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

$gray-dark: #202020;
$gray-text: #484848;
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url(../../../stylesheets/application.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* load the default Redmine stylesheet */
.input_tiny {
width: 50px;
Expand Down

1 comment on commit 00ab26d

@ArmorDarks
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.