Add modded overlock fonts

main^2
Benjamin Bädorf 2021-10-27 23:30:45 +02:00
parent 748738b122
commit c550bbd445
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
8 changed files with 6 additions and 14 deletions

View File

@ -20,10 +20,10 @@ article: null
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/overlock.css{{ cssCacheBust }}" media="all" />
<link rel="stylesheet" type="text/css" href="/styles.css{{ cssCacheBust }}" media="all" />
<link rel="stylesheet" type="text/css" href="/navigation.css{{ cssCacheBust }}" media="all" />
<link rel="stylesheet" type="text/css" href="/footer.css{{ cssCacheBust }}" media="all" />
<link rel="stylesheet" type="text/css" href="/google-fonts.css{{ cssCacheBust }}" media="all" />
{% if extraStylesheets %}
{% for extraStylesheet in extraStylesheets %}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,7 +3,7 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/fonts/overlock/v10/Overlock-Regular.woff2) format('woff2');
src: url(/fonts/overlock/Overlock-Regular.woff2) format('woff2');
}
@font-face {
@ -11,7 +11,7 @@
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(/fonts/overlock/v10/) format('woff2');
src: url(/fonts/overlock/Overlock-Italic.woff2) format('woff2');
}
@font-face {
@ -19,15 +19,7 @@
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(/fonts/overlock/v10/Overlock-Bold.woff2) format('woff2');
}
@font-face {
font-family: 'Overlock';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(/fonts/overlock/v10/Overlock-Bold) format('woff2');
src: url(/fonts/overlock/Overlock-Bold.woff2) format('woff2');
}
@font-face {
@ -35,7 +27,7 @@
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(/fonts/overlock/v10/Overlock-Regular_modded.woff2) format('woff2');
src: url(/fonts/overlock/Overlock-Black.woff2) format('woff2');
}
@font-face {
@ -43,5 +35,5 @@
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(/fonts/overlock/v10/uuuuuuuuuuuuuuuuuuuu) format('woff2');
src: url(/fonts/overlock/Overlock-BlackItalic.woff2) format('woff2');
}