1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-09-02 00:47:19 +00:00

loading leaderboard fonts over https too

This commit is contained in:
Deukhoofd 2016-05-23 15:55:23 +02:00
parent 1b255c9f56
commit 49f6b2aabd

View File

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