85514cae8d
Fixes #1132
17 lines
517 B
SCSS
17 lines
517 B
SCSS
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url('~shared/assets/fonts/Inter-Regular.woff2?v=3.11') format('woff2'),
|
|
url('~shared/assets/fonts/Inter-Regular.woff?v=3.11') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
src: url('~shared/assets/fonts/Inter-Medium.woff2?v=3.11') format('woff2'),
|
|
url('~shared/assets/fonts/Inter-Medium.woff?v=3.11') format('woff');
|
|
}
|