37 lines
1.2 KiB
Stylus
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;
|
||
|
|
}
|