decor-6-expe/maquette-tests/assets/css/01_var.css
2026-03-10 14:17:49 +01:00

59 lines
No EOL
1.2 KiB
CSS

:root{
--font: 'Routed Gothic', sans-serif;
--font: 'Wagram Slab', serif;
--font: 'Bilzig', serif;
--font: 'Routed Gothic', sans-serif;
--font: "Triplicate T4";
/* --font: 'HAL Timezone', serif; */
--mono: 'Selectric Mono', monospace;
--mono: 'Ivory Mono', monospace;
--mono: 'Baskemo Sans', monospace;
--mono: 'HAL Timezone Mono', monospace;
--mono: 'Routed Gothic Wide', sans-serif;
--font-decor: 'Decor Round Random';
--font-notes: 'Selectric Mono', monospace;
--font-notes: 'Baskemo Sans', monospace;
--font-ocr: "OCR X";
--font-sans: 'Routed Gothic', serif;
--font-subtitle: 'Routed Gothic Wide', sans-serif;
/* --font-subtitle: 'Baskemo Sans', monospace; */
--font-nav: 'Routed Gothic', sans-serif;
--font-nav: "OCR X";
--title: 'HNoailles Times Triplex', sans-serif;
--rouge: #9B0000;
--vert:#009B00;
--vert-light:#009b0025;
--bleu: #00009B;
--grey: #e4e4e4;
--border-grey: 2px solid var(--grey);
--indent: 7mm;
--font-size: 12.5px;
--baseline: 16px;
--fs-nav: 11px;
--fs-subtitle: 11px;
--fs-notes: 10px;
--unit: 20px;
--gap: 8px;
--border: 4mm;
}