9 lines
259 B
SCSS
9 lines
259 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');
|
||
|
}
|