mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-24 00:57:09 +00:00
20 lines
438 B
CSS
20 lines
438 B
CSS
@font-face {
|
|
font-family: 'HSE Sans';
|
|
src: url('/fonts/HSESans-Regular.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'HSE Sans';
|
|
src: url('/fonts/HSESans-Bold.otf') format('opentype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'HSE Sans';
|
|
src: url('/fonts/HSESans-SemiBold.otf') format('opentype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
} |