meraproject/lib/fonts/bebas_neue/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

37 lines
1.2 KiB
Stylus

@font-face {
font-family: 'Bebas Neue';
src: url("/lib/fonts/bebas_neue/BebasNeue-Thin.otf") format("opentype"),
url('/lib/fonts/bebas_neue/BebasNeue-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: url("/lib/fonts/bebas_neue/BebasNeue-Light.otf") format("opentype"),
url('/lib/fonts/bebas_neue/BebasNeue-Light.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: url("/lib/fonts/bebas_neue/BebasNeue-Book.otf") format("opentype"),
url('/lib/fonts/bebas_neue/BebasNeue-Book.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: url("/lib/fonts/bebas_neue/BebasNeue-Regular.otf") format("opentype"),
url('/lib/fonts/bebas_neue/BebasNeue-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue';
src: url("/lib/fonts/bebas_neue/BebasNeue-Bold.otf") format("opentype"),
url('/lib/fonts/bebas_neue/BebasNeue-Bold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}