File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
-
4
1
/* use the font */
5
2
: root {
6
3
--md-text-font : "Roboto" ;
Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ theme:
23
23
toggle :
24
24
icon : material/brightness-4
25
25
name : Switch to light mode
26
+
26
27
# no custom fonts
27
- font : false
28
+ font :
29
+ text : Inter
30
+ code : JetBrains Mono
31
+
28
32
logo : assets/icon.svg
29
33
favicon : assets/favicon.png
30
34
features :
36
40
- navigation.prune
37
41
- navigation.indexes
38
42
- navigation.top
43
+ - search.suggest
44
+ - search.highlighting
45
+ - search.share
39
46
- content.code.copy
40
47
- content.action.view
41
48
- content.action.edit
61
68
link : https://matrix.to/#/#lite-xl:matrix.org
62
69
63
70
plugins :
71
+ - privacy
64
72
- search
65
73
- glightbox
66
74
- macros :
You can’t perform that action at this time.
0 commit comments