Move font-face defs into HTML for CDN (#5612)

This commit is contained in:
Eric Bailey
2024-10-04 16:28:05 -05:00
committed by GitHub
parent 1cedd4a3c4
commit 3fb14d184a
4 changed files with 30 additions and 15 deletions
-15
View File
@@ -6,21 +6,6 @@
* may need to touch all three. Ask Eric if you aren't sure.
*/
@font-face {
font-family: 'InterVariable';
src: url(/assets/fonts/inter/InterVariable.ttf) format('truetype');
font-weight: 300 1000;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'InterVariableItalic';
src: url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype');
font-weight: 300 1000;
font-style: italic;
font-display: swap;
}
/**
* BEGIN STYLES
*