single quotes

master
Mark MacKay 2021-01-05 16:09:35 -06:00
parent d651c7480f
commit 863ed1555c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {