first commit

This commit is contained in:
Julie Blanc 2026-01-09 12:23:22 +01:00
commit 5227b040cb
93 changed files with 385576 additions and 0 deletions

View file

@ -0,0 +1,20 @@
@font-face {
font-family: 'Borna';
src: url('Borna-SemiBold.woff2') format('woff2'),
url('Borna-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Borna';
src: url('Borna-SemiBoldItalic.woff2') format('woff2'),
url('Borna-SemiBoldItalic.woff') format('woff');
font-weight: 600;
font-style: italic;
font-display: swap;
}