made subheadings medium and italic

This commit is contained in:
Alexander 2025-06-09 17:35:40 -04:00
parent 55758d6871
commit c37455d587

View file

@ -28,14 +28,14 @@
@font-face { @font-face {
font-family: 'Subheading'; font-family: 'Subheading';
src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadRegular.woff2') format('woff2'); src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadMedium.woff2') format('woff2');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'Subheading'; font-family: 'Subheading';
src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadItalic.woff2') format('woff2'); src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadMediumItalic.woff2') format('woff2');
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
} }