first commit

This commit is contained in:
Julie Blanc 2025-12-29 11:27:47 +01:00
commit 6134204a10
66 changed files with 1924 additions and 0 deletions

View file

@ -0,0 +1,35 @@
@font-face {
font-family: 'Area Normal';
src: url('AreaNormal-Bold.woff2') format('woff2'),
url('AreaNormal-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Area Normal';
src: url('AreaNormal-BoldItalic.woff2') format('woff2'),
url('AreaNormal-BoldItalic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Area Normal';
src: url('AreaNormal-Black.woff2') format('woff2'),
url('AreaNormal-Black.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Area Normal';
src: url('AreaNormal-BlackItalic.woff2') format('woff2'),
url('AreaNormal-BlackItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}