Replace roman font with variable slant font

This commit is contained in:
Edgar P. Burkhart 2023-03-06 13:09:43 +01:00
parent efd78bbe19
commit a13f365193
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 16 additions and 13 deletions

View file

@ -25,7 +25,7 @@
}
body {
font-family: "Inter var", "Inter", sans-serif;
font-family: "Inter var experimental", "Inter var", "Inter", sans-serif;
color: var(--text);
margin: auto;
padding: var(--gap);