Skip to content

Commit e167abe

Browse files
committed
changed the font
1 parent 6122070 commit e167abe

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

docs/stylesheets/extra.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
2+
3+
body {
4+
font-family: "Courier Prime", monospace !important;
5+
font-style: italic !important;
6+
font-weight: 400 !important;
7+
}
8+
9+
.md-typeset {
10+
font-family: "Courier Prime", monospace !important;
11+
font-style: italic !important;
12+
font-weight: 400 !important;
13+
}
14+
15+
code {
16+
font-family: "Courier Prime", monospace !important;
17+
}

mkdocs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ theme:
6868
icon: material/brightness-4
6969
name: Switch to light mode
7070
font:
71-
text: Roboto
72-
code: Roboto Mono
71+
text: Courier Prime
72+
code: Courier Prime
7373
# Extensions
7474
markdown_extensions:
7575
- abbr
@@ -178,8 +178,14 @@ extra:
178178
link: https://twitter.com/prabhatweet
179179
- icon: fontawesome/brands/github
180180
link: https://github.com/prabha-git
181+
extra_css:
182+
- stylesheets/extra.css
183+
181184
extra_javascript:
182185
- javascripts/mathjax.js
183186
- https://polyfill.io/v3/polyfill.min.js?features=es6
184187
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
188+
189+
extra:
190+
generator: false
185191
copyright: Copyright © 2024 Prabha Arivalagan

0 commit comments

Comments
 (0)