mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 08:45:38 -04:00
Update font
This commit is contained in:
parent
e0e967b3a9
commit
908ea4d1dc
@ -1,7 +1,7 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
font-size: large;
|
||||
background-color: #EFEFEF;
|
||||
margin: 0;
|
||||
@ -27,7 +27,7 @@ h1 {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: #259441;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
}
|
||||
|
||||
.navstd {
|
||||
|
Loading…
Reference in New Issue
Block a user