added MapleMono font to project
This commit is contained in:
parent
1fdb859f05
commit
476507a695
BIN
frontend/src/assets/fonts/MapleMono-Bold.woff2
Normal file
BIN
frontend/src/assets/fonts/MapleMono-Bold.woff2
Normal file
Binary file not shown.
@ -16,6 +16,12 @@ body {
|
||||
sans-serif;
|
||||
}
|
||||
|
||||
.maple-font {
|
||||
font-family: "Maple Mono NF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
|
||||
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
font-style: normal;
|
||||
@ -24,6 +30,14 @@ body {
|
||||
url("assets/fonts/nunito-v16-latin-regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Maple Mono NF";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: local(""),
|
||||
url("assets/fonts/MapleMono-Bold.woff2") format("woff2");
|
||||
}
|
||||
|
||||
#app {
|
||||
height: 100vh;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user