4a9e665f94
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
17 lines
489 B
SCSS
17 lines
489 B
SCSS
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url('~shared/assets/fonts/Inter-Regular.woff2') format('woff2'),
|
|
url('~shared/assets/fonts/Inter-Regular.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
src: url('~shared/assets/fonts/Inter-Medium.woff2') format('woff2'),
|
|
url('~shared/assets/fonts/Inter-Medium.woff') format('woff');
|
|
}
|