update fonts

This commit is contained in:
nicwands
2026-05-26 14:21:42 -04:00
parent a54e63323f
commit 920a2452dd
13 changed files with 59 additions and 56 deletions

View File

@@ -11,16 +11,35 @@
900 - Black (Heavy)
*/
/* OFFICE TIMES */
/* Leibniz Fraktur */
@font-face {
font-family: 'Office Times';
font-family: 'Leibniz Fraktur';
font-style: normal;
font-weight: 400;
src:
url('/fonts/OfficeTimesRound-Regular.woff2') format('woff2'),
url('/fonts/OfficeTimesRound-Regular.woff') format('woff');
url('/fonts/neuefraktur.woff2') format('woff2'),
url('/fonts/neuefraktur.woff') format('woff');
}
/* Geist Mono */
@font-face {
font-family: 'Geist Mono';
font-style: normal;
font-weight: 700;
src:
url('/fonts/geist-mono-bold.woff2') format('woff2'),
url('/fonts/geist-mono-bold.woff') format('woff');
}
@font-face {
font-family: 'Geist Mono';
font-style: normal;
font-weight: 400;
src:
url('/fonts/geist-mono.woff2') format('woff2'),
url('/fonts/geist-mono.woff') format('woff');
}
:root {
--font-times: 'Office Times', monospace;
--font-display: 'Leibniz Fraktur', serif;
--font-mono: 'Geist Mono', monospace;
}