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

@@ -1,8 +1,8 @@
@import url("./variables.css");
@font-face {
font-family: "Combined";
src: url("../fonts/Combinedd.otf") format("opentype");
font-family: "Ductus";
src: url("../fonts/DuctusRegular.otf") format("opentype");
font-style: normal;
font-weight: 400;
font-display: swap;

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;