Skip to content

Commit ca69dc4

Browse files
committed
change default font to inter and jetbrains mono
1 parent 2fa4b64 commit ca69dc4

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/stylesheets/extra.css

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/* load Roboto and Roboto Mono from a GDPR friendly source */
2-
@import url(https://fonts.bunny.net/css?family=roboto:300,400,400i,700|roboto-mono:400);
3-
41
/* use the font */
52
:root {
63
--md-text-font: "Roboto";

mkdocs.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ theme:
2323
toggle:
2424
icon: material/brightness-4
2525
name: Switch to light mode
26+
2627
# no custom fonts
27-
font: false
28+
font:
29+
text: Inter
30+
code: JetBrains Mono
31+
2832
logo: assets/icon.svg
2933
favicon: assets/favicon.png
3034
features:
@@ -36,6 +40,9 @@ theme:
3640
- navigation.prune
3741
- navigation.indexes
3842
- navigation.top
43+
- search.suggest
44+
- search.highlighting
45+
- search.share
3946
- content.code.copy
4047
- content.action.view
4148
- content.action.edit
@@ -61,6 +68,7 @@ extra:
6168
link: https://matrix.to/#/#lite-xl:matrix.org
6269

6370
plugins:
71+
- privacy
6472
- search
6573
- glightbox
6674
- macros:

0 commit comments

Comments
 (0)