15 lines
480 B
Stylus
15 lines
480 B
Stylus
@font-face {
|
|
font-family: 'Hyper Helix';
|
|
src: url("/lib/fonts/hyper_helix/Hyper heliX.otf") format("opentype"),
|
|
url('/lib/fonts/hyper_helix/Hyper heliX.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Hyper Helix';
|
|
src: url("/lib/fonts/hyper_helix/Hyper heliX Italic.otf") format("opentype"),
|
|
url('/lib/fonts/hyper_helix/Hyper heliX Italic.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|