Use IBM Plex Font
This commit is contained in:
parent
0f0eec0dbd
commit
ffed468692
@ -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()
|
||||||
|
rmarkdown::render_site()
|
||||||
|
rmarkdown::render_site()
|
||||||
|
rmarkdown::render_site()
|
||||||
|
@ -59,7 +59,6 @@ output:
|
|||||||
in_header: favicon.html
|
in_header: favicon.html
|
||||||
theme: readable
|
theme: readable
|
||||||
highlight: tango
|
highlight: tango
|
||||||
favicon: favicon.ico
|
|
||||||
css: styles.css
|
css: styles.css
|
||||||
toc_depth: 3
|
toc_depth: 3
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -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;
|
||||||
|
}
|
12
styles.css
12
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user