webapp/src/styles/_fonts.scss
Ilya Y 784bb435c3
Feature/lint (#317)
* prettier

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-11-14 18:10:00 +03:00

60 lines
1.3 KiB
SCSS

@font-face {
font-family: Muller;
font-display: fallback;
src:
url('/fonts/Muller-Regular.woff2') format('woff2'),
url('/fonts/Muller-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Muller;
font-display: fallback;
src:
url('/fonts/Muller-RegularItalic.woff2') format('woff2'),
url('/fonts/Muller-RegularItalic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: Muller;
font-display: fallback;
src:
url('/fonts/Muller-Medium.woff2') format('woff2'),
url('/fonts/Muller-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: Muller;
font-display: fallback;
src:
url('/fonts/Muller-MediumItalic.woff2') format('woff2'),
url('/fonts/Muller-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: Muller;
font-display: fallback;
src:
url('/fonts/Muller-Bold.woff2') format('woff2'),
url('/fonts/Muller-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: Muller;
font-display: fallback;
src:
url('/fonts/Muller-ExtraBold.woff2') format('woff2'),
url('/fonts/Muller-ExtraBold.woff') format('woff');
font-weight: 800;
font-style: normal;
}