mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
typography: switch display font from Combined to Ductus
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user