Skip to content

Commit 9c14b5f

Browse files
adjustments to font and some colour
1 parent 8a5626d commit 9c14b5f

File tree

4 files changed

+26
-11
lines changed

4 files changed

+26
-11
lines changed

_quarto.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ execute:
77

88
website:
99
title: "Michael Gicheru"
10+
description: "A blog about all things actuarial science, data science and open source software"
1011
comments:
1112
giscus:
1213
repo: michaelgicheru/blog
@@ -29,6 +30,10 @@ website:
2930
- text: "{{< iconify academicons cv-square size=Large >}}"
3031
href: files/cv/my_cv.pdf
3132
target: _blank
33+
page-footer:
34+
center:
35+
- href: https://michaelgicheru.com
36+
text: michaelgicheru.com
3237
format:
3338
html:
3439
theme:

styles-dark.scss

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ $code-block-color: $neon-green;
2727

2828
// fonts
2929
h1, h2, h3, h4, h5, h6, p, a {
30-
font-family: "EB Garamond", cursive;
30+
font-family: "Alegreya", cursive;
3131
font-size: 110% !important;
3232
}
3333

3434
// div font
3535
div {
36-
font-family: "EB Garamond", cursive;
36+
font-family: "Alegreya", cursive;
3737
font-size: 100%;
3838
}
3939

4040
// table font
4141
table, th, td {
42-
font-family: "Cormorant Garamond", cursive;
42+
font-family: "Alegreya", cursive;
4343
font-size: 105% !important;
4444
}
4545

@@ -50,13 +50,18 @@ pre, code, .sourceCode pre, .sourceCode code, .highlight code {
5050

5151
// navbar font
5252
.navbar-brand {
53-
font-family: "EB Garamond", cursive;
53+
font-family: "Alegreya", cursive;
5454
font-size: 110%;
5555
}
5656

5757
// navbar body font
5858
nav.navbar .navbar-nav .nav-link {
59-
font-family: "EB Garamond", cursive;
59+
font-family: "Alegreya", cursive;
60+
font-size: 110% !important;
61+
}
62+
63+
.nav-footer-center a {
64+
font-family: "Alegreya";
6065
font-size: 110% !important;
6166
}
6267

styles-light.scss

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ $code-block-color: $dark-orange;
2828

2929
// fonts
3030
h1, h2, h3, h4, h5, h6, p, a {
31-
font-family: "EB Garamond", cursive;
31+
font-family: "Alegreya", cursive;
3232
font-size: 110% !important;
3333
}
3434

3535
// abstract font
3636
div {
37-
font-family: "EB Garamond", cursive;
37+
font-family: "Alegreya", cursive;
3838
font-size: 100%;
3939
}
4040

4141
// table font
4242
table, th, td {
43-
font-family: "Cormorant Garamond", cursive;
43+
font-family: "Alegreya", cursive;
4444
font-size: 105% !important;
4545
}
4646

@@ -51,13 +51,18 @@ pre, code, .sourceCode pre, .sourceCode code, .highlight code {
5151

5252
// navbar font
5353
.navbar-brand {
54-
font-family: "EB Garamond", cursive;
54+
font-family: "Alegreya", cursive;
5555
font-size: 110%;
5656
}
5757

5858
// navbar body font
5959
nav.navbar .navbar-nav .nav-link {
60-
font-family: "EB Garamond", cursive;
60+
font-family: "Alegreya", cursive;
61+
font-size: 110% !important;
62+
}
63+
64+
.nav-footer-center a {
65+
font-family: "Alegreya";
6166
font-size: 110% !important;
6267
}
6368

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* css styles */
22
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Birthstone&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Fira+Code:wght@300..700&family=Lugrasimo&display=swap');
33

4-
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
4+
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
55

66
/* Common Elements */
77

0 commit comments

Comments
 (0)