This commit is contained in:
Julie Blanc 2026-02-24 14:09:50 +01:00
parent ffa89ed031
commit aed4b9eb92
9 changed files with 141 additions and 109 deletions

View file

@ -1,13 +1,14 @@
:root{
--font: 'Routed Gothic', sans-serif;
--font: 'Wagram Slab', serif;
// --font: 'HAL Timezone', serif;
--mono: 'Selectric Mono', monospace;
--mono: 'Ivory Mono', monospace;
--mono: 'Baskemo Sans', monospace;
// --mono: 'HAL Timezone Mono', monospace;
--note: 'Routed Gothic', serif;
--sans: 'Routed Gothic', serif;
// --note: 'Wagram Slab', serif;
--title: 'HNoailles Times Triplex', sans-serif;
@ -20,7 +21,7 @@
--indent: 7mm;
--font-size: 14px;
--font-size: 12px;
--baseline: 18px;
}