Test
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 31s

This commit is contained in:
2026-06-10 20:21:47 +02:00
parent d4976fab69
commit 2c7ade359a
2 changed files with 5 additions and 34 deletions

View File

@@ -3,25 +3,4 @@
src: url('@/assets/fonts/Hermit/Hermit-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Noroshi Code';
src: url('@/assets/fonts/NoroshiCode/NoroshiCode-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Noroshi Code';
src: url('@/assets/fonts/NoroshiCode/NoroshiCode-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Noroshi Code';
src: url('@/assets/fonts/NoroshiCode/NoroshiCode-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
}