mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-19 09:15:48 -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 {
|
body {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto Mono', monospace;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
background-color: #EFEFEF;
|
background-color: #EFEFEF;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -27,7 +27,7 @@ h1 {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #259441;
|
background-color: #259441;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto Mono', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navstd {
|
.navstd {
|
||||||
|
Loading…
Reference in New Issue
Block a user