add triplecate

This commit is contained in:
Julie Blanc 2026-03-10 14:17:49 +01:00
parent cc75afe344
commit 0d3afdc58d
34 changed files with 357 additions and 295 deletions

View file

@ -4,6 +4,7 @@
--font: 'Wagram Slab', serif;
--font: 'Bilzig', serif;
--font: 'Routed Gothic', sans-serif;
--font: "Triplicate T4";
/* --font: 'HAL Timezone', serif; */
@ -18,6 +19,7 @@
--font-notes: 'Selectric Mono', monospace;
--font-notes: 'Baskemo Sans', monospace;
--font-ocr: "OCR X";
--font-sans: 'Routed Gothic', serif;
@ -27,14 +29,14 @@
/* --font-subtitle: 'Baskemo Sans', monospace; */
--font-nav: 'Routed Gothic', sans-serif;
--font-nav: "OCR X";
--title: 'HNoailles Times Triplex', sans-serif;
--red: #9B0000;
--green:#009B00;
--green-light:#009b0025;
--blue: #00009B;
--rouge: #9B0000;
--vert:#009B00;
--vert-light:#009b0025;
--bleu: #00009B;
--grey: #e4e4e4;
--border-grey: 2px solid var(--grey);
@ -42,15 +44,16 @@
--indent: 7mm;
--font-size: 14px;
--baseline: 18px;
--font-size: 12.5px;
--baseline: 16px;
--fs-nav: 11px;
--fs-subtitle: 11px;
--fs-notes: 11px;
--fs-notes: 10px;
--unit: 20px;
--gap: 8px;
--border: 4mm;
}