Files
DataRush/services/frontend/src/styles/fonts.css
T
2025-03-01 14:29:12 +09:00

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