1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 00:19:24 +01:00

main.scss: attempt to keep my name as serif

This commit is contained in:
Aminda Suomalainen 2024-06-12 10:50:08 +03:00
parent 48bc4f7774
commit 9713d6fae0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -61,7 +61,6 @@ code {
}
// Sans-Serif for headings to constrast with aminda.eu
h1,
h2,
h3,
h4,
@ -70,6 +69,10 @@ h6 {
font-family: $sans-serif-font-family !important;
}
h2.footer-heading {
font-family: $serif-font-family !important;
}
// The introduction on top
#bio {
text-align: center;