meraproject/lib/fonts/future_worlds/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
498 B
Stylus

@font-face {
font-family: 'Future World';
src: url("/lib/fonts/future_worlds/Future Worlds.otf") format("opentype"),
url('/lib/fonts/future_worlds/Future Worlds.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Future World';
src: url("/lib/fonts/future_worlds/Future Worlds Italic.otf") format("opentype"),
url('/lib/fonts/future_worlds/Future Worlds Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}