new font
This commit is contained in:
parent
d9dda6e99a
commit
e3d2397028
3 changed files with 7 additions and 1 deletions
|
@ -108,6 +108,7 @@ gulp.task("copy-assets", () => {
|
||||||
"src/**/*.svg",
|
"src/**/*.svg",
|
||||||
"src/**/*.jasf",
|
"src/**/*.jasf",
|
||||||
"src/**/*.txt",
|
"src/**/*.txt",
|
||||||
|
"src/**/*.woff2",
|
||||||
],
|
],
|
||||||
{encoding: false},
|
{encoding: false},
|
||||||
)
|
)
|
||||||
|
|
BIN
src/webpage/Commissioner-Regular.woff2
Normal file
BIN
src/webpage/Commissioner-Regular.woff2
Normal file
Binary file not shown.
|
@ -1,5 +1,10 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: "BetterFont";
|
||||||
|
src: url("./Commissioner-Regular.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--font: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
--font: "BetterFont", "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
--black: #000000;
|
--black: #000000;
|
||||||
--red: #ff5555;
|
--red: #ff5555;
|
||||||
--yellow: #ffc159;
|
--yellow: #ffc159;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue