78 lines
1.5 KiB
SCSS
78 lines
1.5 KiB
SCSS
@font-face {
|
|
font-family: "PP Mori";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url('fonts/PPMori-SemiBold.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Mori";
|
|
font-style: normal;
|
|
font-weight: lighter;
|
|
src: url('fonts/PPMori-Book.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Mori";
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
src: url('fonts/PPMori-SemiBold.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Mori";
|
|
font-style: normal;
|
|
font-weight: 1000;
|
|
src: url('fonts/PPMori-ExtraBold.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Mori";
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
src: url('fonts/PPMori-RegularItalic.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Mori";
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
src: url('fonts/PPMori-SemiBoldItalic.woff2');
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
font-family: "PP Fraktion Mono";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url('fonts/PPFraktionMono-Regular.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Fraktion Mono";
|
|
font-style: normal;
|
|
font-weight: lighter;
|
|
src: url('fonts/PPFraktionMono-Light.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Fraktion Mono";
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
src: url('fonts/PPFraktionMono-Bold.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Fraktion Mono";
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
src: url('fonts/PPFraktionMono-RegularItalic.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "PP Fraktion Mono";
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
src: url('fonts/PPFraktionMono-BoldItalic.woff2');
|
|
} |