60 lines
1.3 KiB
SCSS
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;
|
|
}
|