adjust font styling for better readability
This commit is contained in:
@@ -81,8 +81,11 @@ body {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
font-family: JetBrains Mono, "Noto Sans", sans-serif;
|
||||
font-weight: lighter;
|
||||
font-size: 16px;
|
||||
letter-spacing: -.05em;
|
||||
line-height: 1.8em;
|
||||
word-spacing: .1em;
|
||||
font-weight: 150;
|
||||
font-size: .9em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
color: var(--fg-color);
|
||||
@@ -101,6 +104,10 @@ header {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
[data-layout="wide"] header {
|
||||
width: 90%;
|
||||
}
|
||||
@@ -248,6 +255,9 @@ footer {
|
||||
margin: 2em auto;
|
||||
margin-top: 4em;
|
||||
font-size: .8em;
|
||||
word-spacing: 0em;
|
||||
line-height: 1em;
|
||||
letter-spacing: 0em;
|
||||
}
|
||||
|
||||
footer>* {
|
||||
|
Reference in New Issue
Block a user