Use IBM Plex Font

This commit is contained in:
WindowsAddict 2023-06-08 02:08:28 +05:30
parent 0f0eec0dbd
commit ffed468692
4 changed files with 30 additions and 1 deletions

View File

@ -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()

View File

@ -59,7 +59,6 @@ output:
in_header: favicon.html
theme: readable
highlight: tango
favicon: favicon.ico
css: styles.css
toc_depth: 3
toc: true

View File

@ -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;
}

View File

@ -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;
}