loading leaderboard fonts over https too

This commit is contained in:
Deukhoofd 2016-05-23 15:55:23 +02:00
parent 1b255c9f56
commit 49f6b2aabd
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
style
@font-face {
font-family: 'origicideregular';
src: url('http://p-insurgence.com/fonts/Origicide-webfont.eot');
src: url('http://p-insurgence.com/fonts/Origicide-webfont.eot?#iefix') format('embedded-opentype'),
url('http://p-insurgence.com/fonts/Origicide-webfont.woff') format('woff'),
url('http://p-insurgence.com/fonts/Origicide-webfont.ttf') format('truetype'),
url('http://p-insurgence.com/fonts/Origicide-webfont.svg#origicideregular') format('svg');
src: url('https://p-insurgence.com/fonts/Origicide-webfont.eot');
src: url('https://p-insurgence.com/fonts/Origicide-webfont.eot?#iefix') format('embedded-opentype'),
url('https://p-insurgence.com/fonts/Origicide-webfont.woff') format('woff'),
url('https://p-insurgence.com/fonts/Origicide-webfont.ttf') format('truetype'),
url('https://p-insurgence.com/fonts/Origicide-webfont.svg#origicideregular') format('svg');
font-weight: normal;
font-style: normal;
}