mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 08:45:38 -04:00
Try changing font
This commit is contained in:
parent
6a74a7453e
commit
f792ebcfbb
BIN
assets/fonts/MMRock9.eot
Normal file
BIN
assets/fonts/MMRock9.eot
Normal file
Binary file not shown.
BIN
assets/fonts/MMRock9.otf
Normal file
BIN
assets/fonts/MMRock9.otf
Normal file
Binary file not shown.
1420
assets/fonts/MMRock9.svg
Normal file
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
BIN
assets/fonts/MMRock9.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/MMRock9.woff
Normal file
BIN
assets/fonts/MMRock9.woff
Normal file
Binary file not shown.
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user