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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user