mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
27 lines
1.1 KiB
Plaintext
Executable File
27 lines
1.1 KiB
Plaintext
Executable File
@font-face {
|
|
font-family: 'Orbitron-Regular';
|
|
src: url('fonts/orbitron-regular-webfont.eot');
|
|
src: url('fonts/orbitron-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('fonts/orbitron-regular-webfont.woff2') format('woff2'),
|
|
url('fonts/orbitron-regular-webfont.woff') format('woff'),
|
|
url('fonts/orbitron-regular-webfont.ttf') format('truetype'),
|
|
url('fonts/orbitron-regular-webfont.svg#orbitronregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'eurocaps';
|
|
src: url('fonts/eurocaps-webfont.eot');
|
|
src: url('fonts/eurocaps-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('fonts/eurocaps-webfont.woff2') format('woff2'),
|
|
url('fonts/eurocaps-webfont.woff') format('woff'),
|
|
url('fonts/eurocaps-webfont.ttf') format('truetype'),
|
|
url('fonts/eurocaps-webfont.svg#euro_capsregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@fStandard: 'eurocaps', Helvetica, sans-serif;
|
|
@fTitle: 'Orbitron-Regular', Arial, sans-serif;
|