Add and apply the Jost sans-serif font.

This commit is contained in:
Root User 2026-02-13 18:00:55 +01:00
parent 64b5520170
commit 0bdea738d7
Signed by: root
GPG key ID: 087F0A95E5766D72
21 changed files with 102 additions and 6 deletions

View file

@ -7,6 +7,14 @@
font-display: swap;
}
@font-face {
font-family: 'Jost Book';
src: url('/assets/fonts/Jost-400-Book.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/* import base Forgejo theme so we only override what we need */
@import "./theme-forgejo-auto.css";