Search/static/css/style-fonts.css
partisan 5fdbe231d1
All checks were successful
Run Integration Tests / test (push) Successful in 29s
improved image viewer and some css
2025-04-19 21:24:27 +02:00

35 lines
No EOL
979 B
CSS

/* Font Definitions */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
src: local(''),
url('/static/fonts/inter-v12-latin-300.woff2') format('woff2'),
url('/static/fonts/inter-v12-latin-300.woff') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: local(''),
url('/static/fonts/inter-v12-latin-regular.woff2') format('woff2'),
url('/static/fonts/inter-v12-latin-regular.woff') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: local(''),
url('/static/fonts/inter-v12-latin-700.woff2') format('woff2'),
url('/static/fonts/inter-v12-latin-700.woff') format('woff');
}
@font-face {
font-display: swap;
font-family: 'Material Icons Round';
font-style: normal;
font-weight: 400;
src: url('/static/fonts/MaterialIcons-Round.woff2') format('woff2');
}