diff options
| -rw-r--r-- | .Rhistory | 6 | ||||
| -rw-r--r-- | _site.yml | 1 | ||||
| -rw-r--r-- | _site/styles.css | 12 | ||||
| -rw-r--r-- | styles.css | 12 |
4 files changed, 30 insertions, 1 deletions
@@ -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() @@ -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;
+}
@@ -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;
+}
|
