mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-25 16:20:08 -05:00
Fix https mixed content warning with webfonts.
This commit is contained in:
parent
1ae3a844c4
commit
97458067e5
|
|
@ -1,5 +1,5 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic&subset=latin,latin-ext);
|
||||
@import url(http://fonts.googleapis.com/css?family=Nunito:700);
|
||||
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic&subset=latin,latin-ext);
|
||||
@import url(//fonts.googleapis.com/css?family=Nunito:700);
|
||||
|
||||
body
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user