mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-19 12:30:01 +00:00
Add system-ui to default font family (#8951)
* Add system-ui to default font family * Make system-ui's priority lower
This commit is contained in:
parent
fbe5a2f908
commit
c84de85ed2
@ -1,6 +1,6 @@
|
||||
title: $:/themes/tiddlywiki/vanilla/settings/
|
||||
|
||||
fontfamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"
|
||||
fontfamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", system-ui, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"
|
||||
codefontfamily: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace
|
||||
backgroundimageattachment: fixed
|
||||
backgroundimagesize: auto
|
||||
|
Loading…
x
Reference in New Issue
Block a user