This commit is contained in:
MathMan05 2025-04-28 15:14:40 -05:00
parent d9dda6e99a
commit e3d2397028
3 changed files with 7 additions and 1 deletions

View file

@ -108,6 +108,7 @@ gulp.task("copy-assets", () => {
"src/**/*.svg",
"src/**/*.jasf",
"src/**/*.txt",
"src/**/*.woff2",
],
{encoding: false},
)

Binary file not shown.

View file

@ -1,5 +1,10 @@
@font-face {
font-family: "BetterFont";
src: url("./Commissioner-Regular.woff2") format("woff2");
}
:root {
--font: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font: "BetterFont", "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
--black: #000000;
--red: #ff5555;
--yellow: #ffc159;