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