Skip to content

Commit 8a5626d

Browse files
adjust font used
1 parent ec4c8a3 commit 8a5626d

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

_freeze/posts/2025-12-29/index/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hash": "b3d2141055072d11208a5a403cef79bf",
33
"result": {
44
"engine": "knitr",
5-
"markdown": "---\ntitle: \"Test\"\ndescription: \"test\"\ncategories: [Quarto, R]\ndate: 2025-12-30\n---\n\nHello! `{dp;yr}`\n\n\n::: {.cell}\n\n```{.r .cell-code}\nlibrary(glue)\nSys.time()\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"2025-12-29 11:08:31 EAT\"\n```\n\n\n:::\n\n```{.r .cell-code}\nlubridate::ym(\"2025-12-30\")\n```\n\n::: {.cell-output .cell-output-stderr}\n\n```\nWarning: All formats failed to parse. No formats found.\n```\n\n\n:::\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] NA\n```\n\n\n:::\n\n```{.r .cell-code}\nprint(\"Hello World!\")\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"Hello World!\"\n```\n\n\n:::\n\n```{.r .cell-code}\nx <- 5\n```\n:::\n\n",
5+
"markdown": "---\ntitle: \"Test\"\ndescription: \"test\"\ncategories: [Quarto, R]\ndate: 2025-12-30\n---\n\nHello! `{dp;yr}`\n\n\n::: {.cell}\n\n```{.r .cell-code}\nlibrary(glue)\nSys.time()\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"2025-12-29 11:44:03 EAT\"\n```\n\n\n:::\n\n```{.r .cell-code}\nlubridate::ym(\"2025-12-30\")\n```\n\n::: {.cell-output .cell-output-stderr}\n\n```\nWarning: All formats failed to parse. No formats found.\n```\n\n\n:::\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] NA\n```\n\n\n:::\n\n```{.r .cell-code}\nprint(\"Hello World!\")\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"Hello World!\"\n```\n\n\n:::\n\n```{.r .cell-code}\nx <- 5\n```\n:::\n\n",
66
"supporting": [],
77
"filters": [
88
"rmarkdown/pagebreak.lua"

styles-dark.scss

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

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

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

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

5151
// navbar font
5252
.navbar-brand {
53-
font-family: "Cormorant Garamond", cursive;
53+
font-family: "EB Garamond", cursive;
5454
font-size: 110%;
5555
}
56+
5657
// navbar body font
5758
nav.navbar .navbar-nav .nav-link {
58-
font-family: "Cormorant Garamond", cursive;
59+
font-family: "EB Garamond", cursive;
5960
font-size: 110% !important;
6061
}
6162

styles-light.scss

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

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

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

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

5252
// navbar font
5353
.navbar-brand {
54-
font-family: "Cormorant Garamond", cursive;
54+
font-family: "EB Garamond", cursive;
5555
font-size: 110%;
5656
}
57+
5758
// navbar body font
5859
nav.navbar .navbar-nav .nav-link {
59-
font-family: "Cormorant Garamond", cursive;
60+
font-family: "EB Garamond", cursive;
6061
font-size: 110% !important;
6162
}
6263

styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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');
5+
46
/* Common Elements */
57

0 commit comments

Comments
 (0)