forked from hsist/cryptoparty-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
497 B
13 lines
497 B
6 years ago
|
@font-face {
|
||
|
font-family: 'FixedsysExcelsior';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('../font/fsex300-webfont.eot');
|
||
|
src: url('../font/fsex300-webfont.eot?#iefix') format('embedded-opentype'),
|
||
|
url('../font/fsex300-webfont.woff') format('woff'),
|
||
|
url('../font/fsex300-webfont.ttf') format('truetype'),
|
||
|
url('../font/fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
|
||
|
-webkit-font-smoothing: aliased;
|
||
|
font-smooth: never;
|
||
|
}
|