aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-02-11 12:57:10 +0000
committerYann Herklotz <git@yannherklotz.com>2023-02-11 12:57:10 +0000
commit956ec33e70c8c6d41ffd0ebcfdcb9d6ffe3bc862 (patch)
tree47b8ffedb4ab88c0b09ca874ff9b98645251421b
parent6077c6509629c769a720b6f868481787bb6b5dee (diff)
downloadyannherklotz.com-956ec33e70c8c6d41ffd0ebcfdcb9d6ffe3bc862.tar.gz
yannherklotz.com-956ec33e70c8c6d41ffd0ebcfdcb9d6ffe3bc862.zip
Add new fonts
-rw-r--r--themes/ymherklotz/static/css/default.css96
-rw-r--r--themes/ymherklotz/static/fonts/ttf/EBGaramond12-Italic.ttfbin0 -> 330352 bytes
-rw-r--r--themes/ymherklotz/static/fonts/ttf/EBGaramond12-Regular.ttfbin0 -> 498588 bytes
-rw-r--r--themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-bold.ttfbin0 -> 5930340 bytes
-rw-r--r--themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-bolditalic.ttfbin0 -> 6147160 bytes
-rw-r--r--themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-medium.ttfbin0 -> 5908948 bytes
-rw-r--r--themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-mediumitalic.ttfbin0 -> 6128548 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/EBGaramond-Initials.woffbin59076 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/EBGaramond12-AllSC.woffbin84324 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/EBGaramond12-Italic.eotbin0 -> 133944 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/EBGaramond12-Regular.eotbin0 -> 197136 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/iosevka-bold.woffbin165516 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/iosevka-bolditalic.woffbin183036 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/iosevka-boldoblique.woffbin182364 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/iosevka-italic.woffbin182056 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/iosevka-oblique.woffbin181564 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff/iosevka-regular.woffbin164196 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-bold.woff2bin115784 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-bolditalic.woff2bin128152 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-boldoblique.woff2bin127484 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-italic.woff2bin126684 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-oblique.woff2bin126036 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-regular.woff2bin114960 -> 0 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-bold.woff2bin0 -> 905212 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-bolditalic.woff2bin0 -> 969020 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-medium.woff2bin0 -> 901536 bytes
-rw-r--r--themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-mediumitalic.woff2bin0 -> 960920 bytes
27 files changed, 34 insertions, 62 deletions
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index 0aa1b1f..86f8d62 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -1,49 +1,37 @@
@font-face {
- font-family: 'Iosevka Web';
- font-weight: 400;
- font-style: normal;
- font-display: swap;
- src: url('/fonts/woff2/iosevka-regular.woff2') format('woff2'), url('/fonts/woff/iosevka-regular.woff') format('woff');
-}
-
-@font-face {
- font-family: 'Iosevka Web';
- font-weight: 400;
- font-style: italic;
- font-display: swap;
- src: url('/fonts/woff2/iosevka-italic.woff2') format('woff2'), url('/fonts/woff/iosevka-italic.woff') format('woff');
+ font-family: 'Iosevka YMHG Web';
+ font-display: swap;
+ font-weight: 500;
+ font-stretch: normal;
+ font-style: normal;
+ src: url('/fonts/ttf/iosevka-ymhg-medium.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-medium.woff2') format('woff2');
}
@font-face {
- font-family: 'Iosevka Web';
- font-weight: 400;
- font-style: oblique;
- font-display: swap;
- src: url('/fonts/woff2/iosevka-oblique.woff2') format('woff2'), url('/fonts/woff/iosevka-oblique.woff') format('woff');
+ font-family: 'Iosevka YMHG Web';
+ font-display: swap;
+ font-weight: 500;
+ font-stretch: normal;
+ font-style: italic;
+ src: url('/fonts/ttf/iosevka-ymhg-mediumitalic.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-mediumitalic.woff2') format('woff2');
}
@font-face {
- font-family: 'Iosevka Web';
- font-weight: 700;
- font-style: normal;
- font-display: swap;
- src: url('/fonts/woff2/iosevka-bold.woff2') format('woff2'), url('/fonts/woff/iosevka-bold.woff') format('woff');
+ font-family: 'Iosevka YMHG Web';
+ font-display: swap;
+ font-weight: 700;
+ font-stretch: normal;
+ font-style: normal;
+ src: url('/fonts/ttf/iosevka-ymhg-bold.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-bold.woff2') format('woff2');
}
@font-face {
- font-family: 'Iosevka Web';
- font-weight: 700;
- font-style: italic;
- font-display: swap;
- src: url('/fonts/woff2/iosevka-bolditalic.woff2') format('woff2'), url('/fonts/woff/iosevka-bolditalic.woff') format('woff');
-}
-
-@font-face {
- font-family: 'Iosevka Web';
- font-weight: 700;
- font-style: oblique;
- font-display: swap;
- src: url('/fonts/woff2/iosevka-boldoblique.woff2') format('woff2'), url('/fonts/woff/iosevka-boldoblique.woff') format('woff');
+ font-family: 'Iosevka YMHG Web';
+ font-display: swap;
+ font-weight: 700;
+ font-stretch: normal;
+ font-style: italic;
+ src: url('/fonts/ttf/iosevka-ymhg-bolditalic.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-bolditalic.woff2') format('woff2');
}
@font-face {
@@ -51,7 +39,7 @@
font-weight: 400;
font-style: normal;
font-display: swap;
- src: url('/fonts/woff/EBGaramond12-Regular.woff') format('woff');
+ src: url('/fonts/ttf/EBGaramond12-Regular.ttf') format('truetype'), url('/fonts/woff/EBGaramond12-Regular.woff') format('woff');
}
@font-face {
@@ -59,23 +47,7 @@
font-weight: 400;
font-style: italic;
font-display: swap;
- src: url('/fonts/woff/EBGaramond12-Italic.woff') format('woff');
-}
-
-@font-face {
- font-family: 'EBGaramond-Init';
- font-weight: 400;
- font-style: normal;
- font-display: swap;
- src: url('/fonts/woff/EBGaramond-Initials.woff') format('woff');
-}
-
-@font-face {
- font-family: 'EBGaramond-SC';
- font-weight: 400;
- font-style: normal;
- font-display: swap;
- src: url('/fonts/woff/EBGaramond12-AllSC.woff') format('woff');
+ src: url('/fonts/ttf/EBGaramond12-Italic.ttf') format('truetype'), url('/fonts/woff/EBGaramond12-Italic.woff') format('woff');
}
body {
@@ -194,7 +166,7 @@ footer {
}
dt, .news-date {
- font-family: 'Iosevka Web', sans-serif;
+ font-family: 'Iosevka YMHG Web', monospace;
font-size: 1rem;
font-weight: bold;
}
@@ -206,7 +178,7 @@ a { text-decoration: none; }
.generated-by a { font-size: 0.8rem; }
h1, h2, h3, h4, h5, h6 {
- font-family: 'Iosevka Web', sans-serif;
+ font-family: 'Iosevka YMHG Web', monospace;
margin: 0px;
}
@@ -229,7 +201,7 @@ h3 {
}
code {
- font-family: 'Iosevka Web', monospace;
+ font-family: 'Iosevka YMHG Web', monospace;
font-size: 16px;
}
@@ -271,7 +243,7 @@ dl {
}
#navbar a, .logo a {
- font-family: 'Iosevka Web', monospace;
+ font-family: 'Iosevka YMHG Web', monospace;
font-size: 1.3rem;
font-weight: 800;
text-decoration: none;
@@ -282,7 +254,7 @@ dl {
}
.generated-by p {
- font-family: "Iosevka Web", monospace;
+ font-family: "Iosevka YMHG Web", monospace;
font-size: 0.8rem;
line-height: 0.8em;
text-align: right;
@@ -386,7 +358,7 @@ dl {
#TableOfContents {
line-height: 1.3;
margin-left: 1em;
- font-family: 'Iosevka Web', monospace;
+ font-family: 'Iosevka YMHG Web', monospace;
font-size: 0.7em
}
@@ -413,7 +385,7 @@ dl {
#TableOfContentsTitle {
margin-left: 1em;
- font-family: 'Iosevka Web', sans-serif;
+ font-family: 'Iosevka YMHG Web', sans-serif;
}
.tagcloud {
@@ -455,7 +427,7 @@ dl {
.post-title > a {
font-weight: bold;
- font-family: 'Iosevka Web', monospace;
+ font-family: 'Iosevka YMHG Web', monospace;
font-size: 1.3rem;
text-decoration: none;
}
diff --git a/themes/ymherklotz/static/fonts/ttf/EBGaramond12-Italic.ttf b/themes/ymherklotz/static/fonts/ttf/EBGaramond12-Italic.ttf
new file mode 100644
index 0000000..c453410
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/ttf/EBGaramond12-Italic.ttf
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/ttf/EBGaramond12-Regular.ttf b/themes/ymherklotz/static/fonts/ttf/EBGaramond12-Regular.ttf
new file mode 100644
index 0000000..d00050e
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/ttf/EBGaramond12-Regular.ttf
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-bold.ttf b/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-bold.ttf
new file mode 100644
index 0000000..983db99
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-bold.ttf
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-bolditalic.ttf b/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-bolditalic.ttf
new file mode 100644
index 0000000..2f6c691
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-bolditalic.ttf
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-medium.ttf b/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-medium.ttf
new file mode 100644
index 0000000..ebd30da
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-medium.ttf
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-mediumitalic.ttf b/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-mediumitalic.ttf
new file mode 100644
index 0000000..9db414d
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/ttf/iosevka-ymhg-mediumitalic.ttf
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/EBGaramond-Initials.woff b/themes/ymherklotz/static/fonts/woff/EBGaramond-Initials.woff
deleted file mode 100644
index 344d17b..0000000
--- a/themes/ymherklotz/static/fonts/woff/EBGaramond-Initials.woff
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/EBGaramond12-AllSC.woff b/themes/ymherklotz/static/fonts/woff/EBGaramond12-AllSC.woff
deleted file mode 100644
index 119aba9..0000000
--- a/themes/ymherklotz/static/fonts/woff/EBGaramond12-AllSC.woff
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/EBGaramond12-Italic.eot b/themes/ymherklotz/static/fonts/woff/EBGaramond12-Italic.eot
new file mode 100644
index 0000000..f8cd662
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/woff/EBGaramond12-Italic.eot
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/EBGaramond12-Regular.eot b/themes/ymherklotz/static/fonts/woff/EBGaramond12-Regular.eot
new file mode 100644
index 0000000..5f0ef13
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/woff/EBGaramond12-Regular.eot
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/iosevka-bold.woff b/themes/ymherklotz/static/fonts/woff/iosevka-bold.woff
deleted file mode 100644
index 09e8050..0000000
--- a/themes/ymherklotz/static/fonts/woff/iosevka-bold.woff
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/iosevka-bolditalic.woff b/themes/ymherklotz/static/fonts/woff/iosevka-bolditalic.woff
deleted file mode 100644
index fd572f8..0000000
--- a/themes/ymherklotz/static/fonts/woff/iosevka-bolditalic.woff
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/iosevka-boldoblique.woff b/themes/ymherklotz/static/fonts/woff/iosevka-boldoblique.woff
deleted file mode 100644
index a981a22..0000000
--- a/themes/ymherklotz/static/fonts/woff/iosevka-boldoblique.woff
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/iosevka-italic.woff b/themes/ymherklotz/static/fonts/woff/iosevka-italic.woff
deleted file mode 100644
index 6773d1b..0000000
--- a/themes/ymherklotz/static/fonts/woff/iosevka-italic.woff
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/iosevka-oblique.woff b/themes/ymherklotz/static/fonts/woff/iosevka-oblique.woff
deleted file mode 100644
index 89c8e2c..0000000
--- a/themes/ymherklotz/static/fonts/woff/iosevka-oblique.woff
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff/iosevka-regular.woff b/themes/ymherklotz/static/fonts/woff/iosevka-regular.woff
deleted file mode 100644
index 0888ba5..0000000
--- a/themes/ymherklotz/static/fonts/woff/iosevka-regular.woff
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-bold.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-bold.woff2
deleted file mode 100644
index 99f0820..0000000
--- a/themes/ymherklotz/static/fonts/woff2/iosevka-bold.woff2
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-bolditalic.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-bolditalic.woff2
deleted file mode 100644
index 50dfbf6..0000000
--- a/themes/ymherklotz/static/fonts/woff2/iosevka-bolditalic.woff2
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-boldoblique.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-boldoblique.woff2
deleted file mode 100644
index 194da35..0000000
--- a/themes/ymherklotz/static/fonts/woff2/iosevka-boldoblique.woff2
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-italic.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-italic.woff2
deleted file mode 100644
index 9920725..0000000
--- a/themes/ymherklotz/static/fonts/woff2/iosevka-italic.woff2
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-oblique.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-oblique.woff2
deleted file mode 100644
index 0a8e2d3..0000000
--- a/themes/ymherklotz/static/fonts/woff2/iosevka-oblique.woff2
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-regular.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-regular.woff2
deleted file mode 100644
index b6a059f..0000000
--- a/themes/ymherklotz/static/fonts/woff2/iosevka-regular.woff2
+++ /dev/null
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-bold.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-bold.woff2
new file mode 100644
index 0000000..202c615
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-bold.woff2
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-bolditalic.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-bolditalic.woff2
new file mode 100644
index 0000000..4c4eed9
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-bolditalic.woff2
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-medium.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-medium.woff2
new file mode 100644
index 0000000..34136e7
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-medium.woff2
Binary files differ
diff --git a/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-mediumitalic.woff2 b/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-mediumitalic.woff2
new file mode 100644
index 0000000..123b7ea
--- /dev/null
+++ b/themes/ymherklotz/static/fonts/woff2/iosevka-ymhg-mediumitalic.woff2
Binary files differ