Files
self/app/web/fonts.css
Aaron DeRuvo 2aed84e6a8 SEL-504: fix fonts and some styles (#762)
* fix fonts and some styles

* dry config

* fix some warnings
2025-07-16 11:16:48 +02:00

24 lines
542 B
CSS

@font-face {
font-family: 'Advercase-Regular';
src: url('./fonts/Advercase-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DINOT-Medium';
src: url('./fonts/DINOT-Medium.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBMPlexMono-Regular';
src: url('./fonts/IBMPlexMono-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}