From 863ed1555cb14bbc828b6817151501c72ae80219 Mon Sep 17 00:00:00 2001 From: Mark MacKay Date: Tue, 5 Jan 2021 16:09:35 -0600 Subject: [PATCH] single quotes --- src/js/method-draw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/method-draw.js b/src/js/method-draw.js index 9fdcf23..235e24a 100644 --- a/src/js/method-draw.js +++ b/src/js/method-draw.js @@ -982,7 +982,7 @@ window.methodDraw = function() { .toggleClass("disabled", !font.Italic); var fam_display = this.options[this.selectedIndex].text; - $('#preview_font').html(fam_display).css("font-family", `"${fam}"`); + $('#preview_font').html(fam_display).css("font-family", `'${fam}'`); $('#font_family').val(fam).change(); // todo should depend on actual load document.fonts.onloadingdone = function (fontFaceSetEvent) {