2020-09-03 07:47:45 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
2020-12-27 14:54:04 +00:00
|
|
|
src: url('~shared/assets/fonts/Inter-Regular.woff2') format('woff2'),
|
|
|
|
url('~shared/assets/fonts/Inter-Regular.woff') format('woff');
|
2020-09-03 07:47:45 +00:00
|
|
|
}
|
2020-10-18 18:02:22 +00:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
font-display: swap;
|
2020-12-27 14:54:04 +00:00
|
|
|
src: url('~shared/assets/fonts/Inter-Medium.woff2') format('woff2'),
|
|
|
|
url('~shared/assets/fonts/Inter-Medium.woff') format('woff');
|
2020-10-18 18:02:22 +00:00
|
|
|
}
|