undoing font path

This commit is contained in:
Sharyn 2018-07-11 11:20:22 +02:00
parent d93732342a
commit 7f0f2d885c
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
@font-face { @font-face {
font-family: 'bebas_neuebold'; font-family: 'bebas_neuebold';
src: url('/static/fonts/bebasneue_bold-webfont.eot'); src: url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.eot');
src: url('/static/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), src: url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/static/fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
url('/static/fonts/bebasneue_bold-webfont.woff') format('woff'), url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.woff') format('woff'),
url('/static/fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.ttf') format('truetype'),
url('/static/fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg'); url('/nona-creative.github.io-ETHprize/static/fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }