loading leaderboard fonts over https too
This commit is contained in:
parent
1b255c9f56
commit
49f6b2aabd
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue