summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Rhistory6
-rw-r--r--_site.yml1
-rw-r--r--_site/styles.css12
-rw-r--r--styles.css12
4 files changed, 30 insertions, 1 deletions
diff --git a/.Rhistory b/.Rhistory
index 0edb848..3f68faa 100644
--- a/.Rhistory
+++ b/.Rhistory
@@ -14,3 +14,9 @@ rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
+rmarkdown::render_site()
+rmarkdown::render_site()
+rmarkdown::render_site()
+rmarkdown::render_site()
+rmarkdown::render_site()
+rmarkdown::render_site()
diff --git a/_site.yml b/_site.yml
index a47c6a5..5c59445 100644
--- a/_site.yml
+++ b/_site.yml
@@ -59,7 +59,6 @@ output:
in_header: favicon.html
theme: readable
highlight: tango
- favicon: favicon.ico
css: styles.css
toc_depth: 3
toc: true
diff --git a/_site/styles.css b/_site/styles.css
index e69de29..6244f4d 100644
--- a/_site/styles.css
+++ b/_site/styles.css
@@ -0,0 +1,12 @@
+body {
+ font-family: "IBM Plex Sans", sans-serif; /* Replace with your desired font for body text */
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: "IBM Plex Sans Text", sans-serif; /* Replace with your desired font for headers */
+}
+
+pre,
+code {
+ font-family: "IBM Plex Mono", monospace;
+}
diff --git a/styles.css b/styles.css
index e69de29..6244f4d 100644
--- a/styles.css
+++ b/styles.css
@@ -0,0 +1,12 @@
+body {
+ font-family: "IBM Plex Sans", sans-serif; /* Replace with your desired font for body text */
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: "IBM Plex Sans Text", sans-serif; /* Replace with your desired font for headers */
+}
+
+pre,
+code {
+ font-family: "IBM Plex Mono", monospace;
+}