File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 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-
41/* use the font */
52: root {
63 --md-text-font : "Roboto" ;
Original file line number Diff line number Diff 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 :
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
6168 link : https://matrix.to/#/#lite-xl:matrix.org
6269
6370plugins :
71+ - privacy
6472 - search
6573 - glightbox
6674 - macros :
You can’t perform that action at this time.
0 commit comments