1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Fix Snow White default fonts according to GitHub's advice

Does indeed seem to look better, at least on my Mac. In particular, the title of "HelloThere" is now properly kerned.

http://markdotto.com/2018/02/07/github-system-fonts/
This commit is contained in:
Jermolene 2018-02-28 11:42:08 +00:00
parent b252abd4d1
commit da0ffce2d6

View File

@ -1,6 +1,6 @@
title: $:/themes/tiddlywiki/vanilla/settings/ title: $:/themes/tiddlywiki/vanilla/settings/
fontfamily: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "DejaVu Sans", sans-serif fontfamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
codefontfamily: Monaco, Consolas, "Lucida Console", "DejaVu Sans Mono", monospace codefontfamily: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace
backgroundimageattachment: fixed backgroundimageattachment: fixed
backgroundimagesize: auto backgroundimagesize: auto