Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
fix mixed-content warning due to import of font over HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Apr 7, 2017
1 parent b3ca2e3 commit 2b3f8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css/site.css
@@ -1,5 +1,5 @@
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Rokkitt:700);
@import url(https://fonts.googleapis.com/css?family=Rokkitt:700);

/*#logo { font-family: 'Rokkitt', serif; font-weight: 700; color: #ffffff; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15); }*/
#logo { font-family: 'Rokkitt', serif; font-weight: 700; color: #ffffff; text-shadow: #304D5C 4px 3px 0px; }
Expand Down

0 comments on commit 2b3f8bb

Please sign in to comment.