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

@ -0,0 +1,32 @@
@font-face {
font-family: 'Velvetyne';
src: url('Velvelyne-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Velvetyne';
src: url('Velvelyne-Book.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Velvetyne';
src: url('Velvelyne-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Velvetyne';
src: url('Velvelyne-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}