From 213a850715cd0ec71fd340a595a156e4a53245b6 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Tue, 12 Sep 2023 10:11:18 +0200 Subject: [PATCH] Remove ";" from value of $:/themes/tiddlywiki/vanilla/settings/fontfamily (#7735) the tiddler gets transcluded in the stylesheets like so: ``` font-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}}; ``` note - the semicolon at the end So this semicolon is superfluous --- themes/tiddlywiki/vanilla/settings.multids | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/settings.multids b/themes/tiddlywiki/vanilla/settings.multids index 26c9bb9de..e63a4db2d 100644 --- a/themes/tiddlywiki/vanilla/settings.multids +++ b/themes/tiddlywiki/vanilla/settings.multids @@ -1,6 +1,6 @@ title: $:/themes/tiddlywiki/vanilla/settings/ -fontfamily: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; +fontfamily: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji codefontfamily: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace backgroundimageattachment: fixed backgroundimagesize: auto