Fix: cannot list fonts up

This commit is contained in:
cutls
2020-04-07 13:20:50 +09:00
parent 7822b2c740
commit 6fbfdf0323
4 changed files with 52 additions and 21 deletions

View File

@@ -507,11 +507,11 @@ function fontList(arg) {
var font = arg[i]
$('#fonts').append(
'<div class="font pointer" style="font-family:' +
font.family +
font +
'" onclick="insertFont(\'' +
font.family +
font +
'\')">' +
font.family +
font +
'</div>'
)
}