Set font weight

main
bashrc 2026-05-12 13:36:00 +01:00
parent 3765441080
commit ad51028848
29 changed files with 52 additions and 23 deletions

View File

@ -57,19 +57,20 @@
--rendering: normal; --rendering: normal;
--reply-icon-direction: -1; --reply-icon-direction: -1;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -40,19 +40,20 @@
--ical-icon-size-mobile: 80px; --ical-icon-size-mobile: 80px;
--ical-icon-size-tiny: 80px; --ical-icon-size-tiny: 80px;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'NimbusSanL'; font-family: 'NimbusSanL';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/NimbusSanL-italic.otf') format('opentype'); src: url('./fonts/NimbusSanL-italic.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'NimbusSanL'; font-family: 'NimbusSanL';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/NimbusSanL.otf') format('opentype'); src: url('./fonts/NimbusSanL.otf') format('opentype');
} }

View File

@ -34,19 +34,20 @@
--main-link-color-hover: #bbb; --main-link-color-hover: #bbb;
--rendering: normal; --rendering: normal;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -79,19 +79,20 @@
--rendering: normal; --rendering: normal;
--reply-icon-direction: -1; --reply-icon-direction: -1;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -26,19 +26,20 @@
--main-link-color-hover: blue; --main-link-color-hover: blue;
--rendering: normal; --rendering: normal;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'NimbusSanL'; font-family: 'NimbusSanL';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/NimbusSanL-italic.otf') format('opentype'); src: url('./fonts/NimbusSanL-italic.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'NimbusSanL'; font-family: 'NimbusSanL';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/NimbusSanL.otf') format('opentype'); src: url('./fonts/NimbusSanL.otf') format('opentype');
} }

View File

@ -41,19 +41,20 @@
--options-main-link-color-hover: #bbb; --options-main-link-color-hover: #bbb;
--rendering: normal; --rendering: normal;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -38,19 +38,20 @@
--options-main-link-color-hover: #bbb; --options-main-link-color-hover: #bbb;
--rendering: normal; --rendering: normal;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -130,6 +130,7 @@
--icons-side: right; --icons-side: right;
--title-color: #999; --title-color: #999;
--focus-color: white; --focus-color: white;
--font-weight: normal;
--quote-right-margin: 0.1em; --quote-right-margin: 0.1em;
--quote-font-weight: normal; --quote-font-weight: normal;
--quote-font-size: 120%; --quote-font-size: 120%;
@ -237,14 +238,14 @@
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -41,19 +41,20 @@
--header-font: 'Arial, Helvetica, sans-serif'; --header-font: 'Arial, Helvetica, sans-serif';
--rendering: normal; --rendering: normal;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -23,19 +23,20 @@
--main-link-color-hover: #bbb; --main-link-color-hover: #bbb;
--rendering: normal; --rendering: normal;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -28,19 +28,20 @@
--main-link-color-hover: #bbb; --main-link-color-hover: #bbb;
--rendering: normal; --rendering: normal;
--transition-type: auto; --transition-type: auto;
--font-weight: normal;
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: italic; font-style: italic;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: var(--font-weight);
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');
} }

View File

@ -168,6 +168,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",

View File

@ -125,6 +125,7 @@
"gallery-hover": "#777", "gallery-hover": "#777",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",

View File

@ -173,6 +173,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",

View File

@ -82,6 +82,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",

View File

@ -153,6 +153,7 @@
"gallery-hover": "#777", "gallery-hover": "#777",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size-tiny": "60%", "quote-font-size-tiny": "60%",

View File

@ -150,6 +150,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",

View File

@ -163,6 +163,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",

View File

@ -205,6 +205,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",

View File

@ -153,6 +153,7 @@
"gallery-hover": "#777", "gallery-hover": "#777",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",

View File

@ -160,6 +160,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",

View File

@ -146,6 +146,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",

View File

@ -148,6 +148,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",

View File

@ -151,6 +151,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",

View File

@ -167,6 +167,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",

View File

@ -162,6 +162,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",

View File

@ -152,6 +152,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",

View File

@ -160,8 +160,9 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "400",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "400",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",
"quote-font-size-tiny": "60%", "quote-font-size-tiny": "60%",

View File

@ -131,6 +131,7 @@
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"font-weight": "normal",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",