mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-07 08:16:38 +00:00
14 lines
623 B
CSS
14 lines
623 B
CSS
|
@font-face {
|
||
|
font-family: 'FixedsysExcelsior301Regular';
|
||
|
font-style: normal;
|
||
|
src: url('../fonts/fsex300-webfont.eot');
|
||
|
src: url('../fonts/fsex300-webfont.eot?#iefix') format('embedded-opentype'),
|
||
|
url('../fonts/fsex300-webfont.woff') format('woff'),
|
||
|
url('../fonts/fsex300-webfont.ttf') format('truetype'),
|
||
|
url('../fonts/fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* vim:ts=2 sw=2 expandtab fenc=utf-8 foldmethod=marker nowrap tw=0
|
||
|
*/
|