Merge pull request #1248 from SergeyMosin/some-fixes

Some fixes
This commit is contained in:
the-djmaze 2023-10-01 11:46:05 +02:00 committed by GitHub
commit 7a49d55736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 47 additions and 16 deletions

View file

@ -1345,6 +1345,7 @@ const
color = node.color,
newTag = createElement('SPAN'),
css = newTag.style;
newTag.style.cssText = node.style.cssText;
if (face) {
css.fontFamily = face;
}