From da0ffce2d66f16ad14587fbe58b8d7a5c8d36657 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 28 Feb 2018 11:42:08 +0000 Subject: [PATCH] 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/ --- themes/tiddlywiki/vanilla/settings.multids | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tiddlywiki/vanilla/settings.multids b/themes/tiddlywiki/vanilla/settings.multids index 824745eec..665a9be2e 100644 --- a/themes/tiddlywiki/vanilla/settings.multids +++ b/themes/tiddlywiki/vanilla/settings.multids @@ -1,6 +1,6 @@ title: $:/themes/tiddlywiki/vanilla/settings/ -fontfamily: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "DejaVu Sans", sans-serif -codefontfamily: Monaco, Consolas, "Lucida Console", "DejaVu Sans Mono", monospace +fontfamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" +codefontfamily: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace backgroundimageattachment: fixed backgroundimagesize: auto