From ffed468692335392961a11c42ca2d1680350e09f Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Thu, 8 Jun 2023 02:08:28 +0530 Subject: [PATCH] Use IBM Plex Font --- .Rhistory | 6 ++++++ _site.yml | 1 - _site/styles.css | 12 ++++++++++++ styles.css | 12 ++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) 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; +}