Remove unused Cormorant Garant font

Font was only applied to the hero h1 which is now replaced by SVG.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yvierkoetter
2026-06-18 23:07:50 +02:00
parent d62e71bafb
commit 6a445bf1b4
5 changed files with 0 additions and 4486 deletions
-30
View File
@@ -1,30 +0,0 @@
<style>
@font-face {
font-family: 'Cormorant Garant';
src: url('/fonts/CormorantGarant-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cormorant Garant';
src: url('/fonts/CormorantGarant-LightItalic.woff2') format('woff2');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Cormorant Garant';
src: url('/fonts/CormorantGarant-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cormorant Garant';
src: url('/fonts/CormorantGarant-Italic.woff2') format('woff2');
font-weight: 400;
font-style: italic;
font-display: swap;
}
</style>