meraproject/lib/fonts/hyper_helix/font.styl
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

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