layout terminal

This commit is contained in:
Julie Blanc 2026-03-04 08:33:34 +01:00
parent aed4b9eb92
commit 68a0dcb88b
80 changed files with 2234 additions and 349 deletions

View file

@ -30,8 +30,8 @@
}
@page:left{
margin-left: 18mm;
margin-right: 26mm;
margin-left: 26mm;
margin-right: 18mm;
@bottom-center{
content: counter(page);
@include numPage();
@ -51,8 +51,8 @@
}
@page:right{
margin-left: 26mm;
margin-right: 18mm;
margin-left: 18mm;
margin-right: 26mm;
@bottom-center{
content: counter(page);
@include numPage();

View file

@ -131,4 +131,5 @@
}
}
}

View file

@ -135,4 +135,16 @@
font-family: 'Baskemo Sans', serif;
}
[data-type="Velvetyne"]{
font-family: 'Velvetyne';
}
[data-type="Garabosse Perle"]{
font-family: 'Garabosse Perle';
}
[data-type="Adelphe Trouble Germinal"]{
font-family: 'Adelphe Trouble Germinal';;
}
[data-type="Bilzig"]{
font-family: 'Bilzig';
}

View file

@ -2,13 +2,18 @@
--font: 'Routed Gothic', sans-serif;
--font: 'Wagram Slab', serif;
--font: 'Bilzig', serif;
// --font: 'HAL Timezone', serif;
--mono: 'Selectric Mono', monospace;
--mono: 'Ivory Mono', monospace;
--mono: 'Baskemo Sans', monospace;
--font-decor: 'Decor Round Random';
// --mono: 'HAL Timezone Mono', monospace;
--sans: 'Routed Gothic', serif;
--font-sans: 'Routed Gothic', serif;
// --font-sans: 'Routed Gothic Wide', serif;
// --note: 'Wagram Slab', serif;
--title: 'HNoailles Times Triplex', sans-serif;
@ -21,7 +26,7 @@
--indent: 7mm;
--font-size: 12px;
--baseline: 18px;
--font-size: 18px;
--baseline: 24px;
}