Try changing font

This commit is contained in:
Kaisaan 2022-10-14 22:41:50 -04:00
parent 6a74a7453e
commit f792ebcfbb
6 changed files with 1441 additions and 3 deletions

BIN
assets/fonts/MMRock9.eot Normal file

Binary file not shown.

BIN
assets/fonts/MMRock9.otf Normal file

Binary file not shown.

1420
assets/fonts/MMRock9.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 129 KiB

BIN
assets/fonts/MMRock9.ttf Normal file

Binary file not shown.

BIN
assets/fonts/MMRock9.woff Normal file

Binary file not shown.

View File

@ -1,7 +1,25 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@font-face {
font-family:'MMRock9';
src:url('assets/fonts/MMRock9.eot');
src:url('assets/fonts/MMRock9.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/MMRock9.woff') format('woff'),
url('assets/fonts/MMRock9.ttf') format('truetype'),
url('assets/fonts/MMRock9.svg#MMRock9') format('svg');
font-weight:normal;
font-style:normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family:'MMRock9';
src: url('assets/fonts/MMRock9.svg') format('svg');
font-weight:normal;
font-style:normal;
}
}
body {
font-family: 'Roboto Mono', monospace;
font-family: 'MMRock9', monospace;
background-color: #EFEFEF;
margin: 0;
padding: 0;
@ -27,7 +45,7 @@ h1 {
padding: 0;
overflow: hidden;
background-color: #259441;
font-family: 'Roboto Mono', monospace;
font-family: 'MMRock9', monospace;
}
.navstd {