main
Benjamin Bädorf 2021-09-27 01:44:24 +02:00
parent b73e906aa2
commit 1132537c53
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
12 changed files with 75 additions and 1 deletions

View File

@ -12,6 +12,7 @@ site.loadAssets([
".jpg",
".svg",
".pdf",
".woff2",
]);
site.filter("title", (value = '') => value + (value ? " | " : "") + "60 Jahre Anwerbeabkommen");

View File

@ -21,6 +21,7 @@ article: null
<link rel="stylesheet" type="text/css" href="/styles.css" media="all" />
<link rel="stylesheet" type="text/css" href="/navigation.css" media="all" />
<link rel="stylesheet" type="text/css" href="/google-fonts.css" media="all" />
{% if extraStylesheets %}
{% for extraStylesheet in extraStylesheets %}
<link rel="stylesheet" type="text/css" href="{{ extraStylesheet }}" media="all" />

Binary file not shown.

72
google-fonts.css Normal file
View File

@ -0,0 +1,72 @@
/* latin-ext */
@font-face {
font-family: 'Overlock';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(/fonts/overlock/v10/Z9XTDmdMWRiN1_T9Z7Tc2OCsk5OB_CrqjQ.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Overlock';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(/fonts/overlock/v10/Z9XTDmdMWRiN1_T9Z7Tc2O6sk5OB_Co.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Overlock';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(/fonts/overlock/v10/Z9XQDmdMWRiN1_T9Z7Tc0G2LhrCj8QDQhNpHvg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Overlock';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(/fonts/overlock/v10/Z9XQDmdMWRiN1_T9Z7Tc0G2Lhr6j8QDQhNo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Overlock';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/fonts/overlock/v10/Z9XVDmdMWRiN1_T9Z7TX6OymlLGDzCs.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Overlock';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/fonts/overlock/v10/Z9XVDmdMWRiN1_T9Z7TZ6OymlLGD.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Overlock';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(/fonts/overlock/v10/Z9XSDmdMWRiN1_T9Z7xaz_mFtryp9iLStNs.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Overlock';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(/fonts/overlock/v10/Z9XSDmdMWRiN1_T9Z7xaz_mLtryp9iLS.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

View File

@ -3,7 +3,7 @@
}
.page {
font-family: sans-serif;
font-family: 'Overlock', sans-serif;
font-size: 18px;
line-height: 2em;
display: flex;