💄 fontchange + small css edits

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-08-23 12:21:46 +02:00
parent bf8601f78d
commit edd7244c71
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -24,7 +24,7 @@ html.dark {
}
body {
font-family: Verdana, sans-serif;
font-family: Jetbrains Mono, monospace;
/*"Noto Sans Mono", monospace*/
}
@ -32,6 +32,10 @@ p {
font-size: large;
}
h2, h3, h4 {
font-weight: 600;
}
/* FOOTER */
.footerbg {
background-color: var(--light-bg);
@ -81,21 +85,18 @@ p {
}
.blog h2 {
font-size: 24px;
font-size: x-large;
margin-top: 18px;
font-weight: 600;
}
.blog h3 {
font-size: 20px;
margin-top: 8px;
font-weight: 600;
font-size: larger;
margin-top: 18px;
}
.blog h4 {
font-size: 18px;
margin-top: 8px;
font-weight: 600;
font-size: large;
margin-top: 18px;
}
.blog table {
@ -161,12 +162,10 @@ p {
/* CV */
.cv h2 {
font-size: larger;
font-weight: 800;
}
.cv h4 {
font-size: medium;
font-weight: 600;
}
.cv-date {
@ -215,7 +214,6 @@ p {
.dark .author {
color: var(--dark-2);
font-size: medium;
}
/* RANDOM */