mirror of
https://github.com/Mikaela/cv.git
synced 2025-02-16 21:40:46 +01:00
main.scss: attempt to keep my name as serif
This commit is contained in:
parent
48bc4f7774
commit
9713d6fae0
@ -61,7 +61,6 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sans-Serif for headings to constrast with aminda.eu
|
// Sans-Serif for headings to constrast with aminda.eu
|
||||||
h1,
|
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
@ -70,6 +69,10 @@ h6 {
|
|||||||
font-family: $sans-serif-font-family !important;
|
font-family: $sans-serif-font-family !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2.footer-heading {
|
||||||
|
font-family: $serif-font-family !important;
|
||||||
|
}
|
||||||
|
|
||||||
// The introduction on top
|
// The introduction on top
|
||||||
#bio {
|
#bio {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user