Fonts prepped 🎉

This commit is contained in:
Matt Troutman 2024-09-27 12:36:51 -05:00
parent b485398ada
commit 275fb67813
No known key found for this signature in database
510 changed files with 40 additions and 0 deletions

View file

@ -1,36 +0,0 @@
@font-face {
font-family: 'EP Boxi';
src: url('EPBoxiRegular.woff2') format('woff2'),
url('EPBoxiRegular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EP Boxi';
src: url('EPBoxiBlack.woff2') format('woff2'),
url('EPBoxiBlack.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EP Boxi Bi';
src: url('EPBoxiBi.woff2') format('woff2'),
url('EPBoxiBi.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EP Boxi';
src: url('EPBoxiBold.woff2') format('woff2'),
url('EPBoxiBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}