Add modded overlock fonts
This commit is contained in:
parent
748738b122
commit
c550bbd445
|
@ -20,10 +20,10 @@ article: null
|
||||||
|
|
||||||
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0">
|
<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="/styles.css{{ cssCacheBust }}" media="all" />
|
||||||
<link rel="stylesheet" type="text/css" href="/navigation.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="/footer.css{{ cssCacheBust }}" media="all" />
|
||||||
<link rel="stylesheet" type="text/css" href="/google-fonts.css{{ cssCacheBust }}" media="all" />
|
|
||||||
|
|
||||||
{% if extraStylesheets %}
|
{% if extraStylesheets %}
|
||||||
{% for extraStylesheet in extraStylesheets %}
|
{% for extraStylesheet in extraStylesheets %}
|
||||||
|
|
BIN
fonts/overlock/Overlock-Italic.otf
Normal file
BIN
fonts/overlock/Overlock-Italic.otf
Normal file
Binary file not shown.
BIN
fonts/overlock/Overlock-Italic.woff
Normal file
BIN
fonts/overlock/Overlock-Italic.woff
Normal file
Binary file not shown.
BIN
fonts/overlock/Overlock-Italic.woff2
Normal file
BIN
fonts/overlock/Overlock-Italic.woff2
Normal file
Binary file not shown.
18
overlock.css
18
overlock.css
|
@ -3,7 +3,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url(/fonts/overlock/v10/Overlock-Regular.woff2) format('woff2');
|
src: url(/fonts/overlock/Overlock-Regular.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url(/fonts/overlock/v10/) format('woff2');
|
src: url(/fonts/overlock/Overlock-Italic.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -19,15 +19,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url(/fonts/overlock/v10/Overlock-Bold.woff2) format('woff2');
|
src: url(/fonts/overlock/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');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -35,7 +27,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-display: swap;
|
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 {
|
@font-face {
|
||||||
|
@ -43,5 +35,5 @@
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url(/fonts/overlock/v10/uuuuuuuuuuuuuuuuuuuu) format('woff2');
|
src: url(/fonts/overlock/Overlock-BlackItalic.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue