From ad51028848504423e5b09b5bb881351529cbdb82 Mon Sep 17 00:00:00 2001 From: bashrc Date: Tue, 12 May 2026 13:36:00 +0100 Subject: [PATCH] Set font weight --- epicyon-blog.css | 5 +++-- epicyon-calendar.css | 5 +++-- epicyon-follow.css | 5 +++-- epicyon-links.css | 5 +++-- epicyon-login.css | 5 +++-- epicyon-options.css | 5 +++-- epicyon-podcast.css | 5 +++-- epicyon-profile.css | 5 +++-- epicyon-search.css | 5 +++-- epicyon-suspended.css | 5 +++-- epicyon-welcome.css | 5 +++-- theme/37c3/theme.json | 1 + theme/blue/theme.json | 1 + theme/debian/theme.json | 1 + theme/default/theme.json | 1 + theme/hacker/theme.json | 1 + theme/henge/theme.json | 1 + theme/indymediaclassic/theme.json | 1 + theme/indymediamodern/theme.json | 1 + theme/lcd/theme.json | 1 + theme/light/theme.json | 1 + theme/night/theme.json | 1 + theme/pixel/theme.json | 1 + theme/purple/theme.json | 1 + theme/rc3/theme.json | 1 + theme/solidaric/theme.json | 1 + theme/starlight/theme.json | 1 + theme/typewriter/theme.json | 3 ++- theme/zen/theme.json | 1 + 29 files changed, 52 insertions(+), 23 deletions(-) diff --git a/epicyon-blog.css b/epicyon-blog.css index c5d4c2724..1a31c4d0d 100644 --- a/epicyon-blog.css +++ b/epicyon-blog.css @@ -57,19 +57,20 @@ --rendering: normal; --reply-icon-direction: -1; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/epicyon-calendar.css b/epicyon-calendar.css index 9fa79724d..2bd3f9afe 100644 --- a/epicyon-calendar.css +++ b/epicyon-calendar.css @@ -40,19 +40,20 @@ --ical-icon-size-mobile: 80px; --ical-icon-size-tiny: 80px; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'NimbusSanL'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/NimbusSanL-italic.otf') format('opentype'); } @font-face { font-family: 'NimbusSanL'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/NimbusSanL.otf') format('opentype'); } diff --git a/epicyon-follow.css b/epicyon-follow.css index d97a3ae38..ab0f8fb33 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -34,19 +34,20 @@ --main-link-color-hover: #bbb; --rendering: normal; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/epicyon-links.css b/epicyon-links.css index cfab84fe4..d2c7e1ede 100644 --- a/epicyon-links.css +++ b/epicyon-links.css @@ -79,19 +79,20 @@ --rendering: normal; --reply-icon-direction: -1; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/epicyon-login.css b/epicyon-login.css index c27122ac7..a7cc26400 100644 --- a/epicyon-login.css +++ b/epicyon-login.css @@ -26,19 +26,20 @@ --main-link-color-hover: blue; --rendering: normal; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'NimbusSanL'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/NimbusSanL-italic.otf') format('opentype'); } @font-face { font-family: 'NimbusSanL'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/NimbusSanL.otf') format('opentype'); } diff --git a/epicyon-options.css b/epicyon-options.css index d176cf903..9a63ec017 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -41,19 +41,20 @@ --options-main-link-color-hover: #bbb; --rendering: normal; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/epicyon-podcast.css b/epicyon-podcast.css index 67c4fc6b8..006ef9988 100644 --- a/epicyon-podcast.css +++ b/epicyon-podcast.css @@ -38,19 +38,20 @@ --options-main-link-color-hover: #bbb; --rendering: normal; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/epicyon-profile.css b/epicyon-profile.css index 0769ff00e..f4dfa59dd 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -130,6 +130,7 @@ --icons-side: right; --title-color: #999; --focus-color: white; + --font-weight: normal; --quote-right-margin: 0.1em; --quote-font-weight: normal; --quote-font-size: 120%; @@ -237,14 +238,14 @@ @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/epicyon-search.css b/epicyon-search.css index b7aefe5b6..f0a77430d 100644 --- a/epicyon-search.css +++ b/epicyon-search.css @@ -41,19 +41,20 @@ --header-font: 'Arial, Helvetica, sans-serif'; --rendering: normal; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/epicyon-suspended.css b/epicyon-suspended.css index 6e3ad475a..10d11b123 100644 --- a/epicyon-suspended.css +++ b/epicyon-suspended.css @@ -23,19 +23,20 @@ --main-link-color-hover: #bbb; --rendering: normal; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/epicyon-welcome.css b/epicyon-welcome.css index e876d1229..df92aa560 100644 --- a/epicyon-welcome.css +++ b/epicyon-welcome.css @@ -28,19 +28,20 @@ --main-link-color-hover: #bbb; --rendering: normal; --transition-type: auto; + --font-weight: normal; } @font-face { font-family: 'Bedstead'; font-style: italic; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } @font-face { font-family: 'Bedstead'; font-style: normal; - font-weight: normal; + font-weight: var(--font-weight); font-display: block; src: url('./fonts/bedstead.otf') format('opentype'); } diff --git a/theme/37c3/theme.json b/theme/37c3/theme.json index 316ba3f7e..39228725a 100644 --- a/theme/37c3/theme.json +++ b/theme/37c3/theme.json @@ -168,6 +168,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", diff --git a/theme/blue/theme.json b/theme/blue/theme.json index 77da55772..997c3861c 100644 --- a/theme/blue/theme.json +++ b/theme/blue/theme.json @@ -125,6 +125,7 @@ "gallery-hover": "#777", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", diff --git a/theme/debian/theme.json b/theme/debian/theme.json index 476ec4eea..5d00a6377 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -173,6 +173,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", diff --git a/theme/default/theme.json b/theme/default/theme.json index 83605afc4..733290e0f 100644 --- a/theme/default/theme.json +++ b/theme/default/theme.json @@ -82,6 +82,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 899b7ca74..8b3ee8b62 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -153,6 +153,7 @@ "gallery-hover": "#777", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size-tiny": "60%", diff --git a/theme/henge/theme.json b/theme/henge/theme.json index a1b9fcb79..93d551784 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -150,6 +150,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", diff --git a/theme/indymediaclassic/theme.json b/theme/indymediaclassic/theme.json index 1433c4624..4087011ad 100644 --- a/theme/indymediaclassic/theme.json +++ b/theme/indymediaclassic/theme.json @@ -163,6 +163,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index e53df202d..624e708df 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -205,6 +205,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", diff --git a/theme/lcd/theme.json b/theme/lcd/theme.json index e16dd79d4..ba9b50fc9 100644 --- a/theme/lcd/theme.json +++ b/theme/lcd/theme.json @@ -153,6 +153,7 @@ "gallery-hover": "#777", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", diff --git a/theme/light/theme.json b/theme/light/theme.json index 7e595f9e6..49eb64e41 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -160,6 +160,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", diff --git a/theme/night/theme.json b/theme/night/theme.json index d13d615a1..ac8d1dedc 100644 --- a/theme/night/theme.json +++ b/theme/night/theme.json @@ -146,6 +146,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", diff --git a/theme/pixel/theme.json b/theme/pixel/theme.json index 34abb3745..ecb717f94 100644 --- a/theme/pixel/theme.json +++ b/theme/pixel/theme.json @@ -148,6 +148,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", diff --git a/theme/purple/theme.json b/theme/purple/theme.json index 870db6d4b..2bb89060c 100644 --- a/theme/purple/theme.json +++ b/theme/purple/theme.json @@ -151,6 +151,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 08742f28c..9a86030c9 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -167,6 +167,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", diff --git a/theme/solidaric/theme.json b/theme/solidaric/theme.json index 143a1b491..11453840e 100644 --- a/theme/solidaric/theme.json +++ b/theme/solidaric/theme.json @@ -162,6 +162,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", diff --git a/theme/starlight/theme.json b/theme/starlight/theme.json index be62344bf..9687c292b 100644 --- a/theme/starlight/theme.json +++ b/theme/starlight/theme.json @@ -152,6 +152,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", diff --git a/theme/typewriter/theme.json b/theme/typewriter/theme.json index 3211dd389..07e51cfba 100644 --- a/theme/typewriter/theme.json +++ b/theme/typewriter/theme.json @@ -160,8 +160,9 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "400", "quote-right-margin": "0.1em", - "quote-font-weight": "normal", + "quote-font-weight": "400", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", diff --git a/theme/zen/theme.json b/theme/zen/theme.json index 1c5902428..6458960e4 100644 --- a/theme/zen/theme.json +++ b/theme/zen/theme.json @@ -131,6 +131,7 @@ "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", + "font-weight": "normal", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%",