typography: switch display font from Combined to Ductus

This commit is contained in:
Pontoporeia
2026-04-08 18:07:24 +02:00
parent a333a5fdad
commit 424f79c819
18 changed files with 40 additions and 12 deletions

View File

@@ -43,7 +43,7 @@
:root {
/* Fonts */
--font-body: "BBBDMSans", sans-serif;
--font-display: "Combined", sans-serif;
--font-display: "Ductus", sans-serif;
/* Backgrounds */
--bg-primary: #ffffff;