meraproject/lib/fonts/hyper_helix/font.styl

15 lines
480 B
Stylus
Raw Permalink Normal View History

@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;
}