abkommen60jahre.de/overlock.css

40 lines
872 B
CSS
Raw Normal View History

2021-10-27 17:37:39 +00:00
@font-face {
font-family: 'Overlock';
font-style: normal;
font-weight: 400;
font-display: swap;
2021-10-27 21:30:45 +00:00
src: url(/fonts/overlock/Overlock-Regular.woff2) format('woff2');
2021-10-27 17:37:39 +00:00
}
@font-face {
font-family: 'Overlock';
font-style: italic;
font-weight: 400;
font-display: swap;
2021-10-27 21:30:45 +00:00
src: url(/fonts/overlock/Overlock-Italic.woff2) format('woff2');
2021-10-27 17:37:39 +00:00
}
@font-face {
font-family: 'Overlock';
font-style: normal;
font-weight: 700;
font-display: swap;
2021-10-27 21:30:45 +00:00
src: url(/fonts/overlock/Overlock-Bold.woff2) format('woff2');
2021-10-27 17:37:39 +00:00
}
@font-face {
font-family: 'Overlock';
font-style: normal;
font-weight: 900;
font-display: swap;
2021-10-27 21:30:45 +00:00
src: url(/fonts/overlock/Overlock-Black.woff2) format('woff2');
2021-10-27 17:37:39 +00:00
}
@font-face {
font-family: 'Overlock';
font-style: italic;
font-weight: 900;
font-display: swap;
2021-10-27 21:30:45 +00:00
src: url(/fonts/overlock/Overlock-BlackItalic.woff2) format('woff2');
2021-10-27 17:37:39 +00:00
}