13 lines
401 B
CSS
13 lines
401 B
CSS
@font-face {
|
|
font-family: 'bebas_neueregular';
|
|
src: url('BebasNeue-webfont.eot');
|
|
src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('BebasNeue-webfont.woff') format('woff'),
|
|
url('BebasNeue-webfont.ttf') format('truetype'),
|
|
url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|