Skip to content

Commit 7deed9e

Browse files
authored
Merge pull request #715 from Harbour-Enterprises/fix/font-size-mistmatch-font-type
fix: remove w:szCs for now since we don't support special characters
2 parents 5036301 + 44d0e29 commit 7deed9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/super-editor/src/core/super-converter/SuperConverter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SuperConverter {
4848
{ name: 'w:strike', type: 'strike', mark: 'strike' },
4949
{ name: 'w:color', type: 'color', mark: 'textStyle', property: 'color' },
5050
{ name: 'w:sz', type: 'fontSize', mark: 'textStyle', property: 'fontSize' },
51-
{ name: 'w:szCs', type: 'fontSize', mark: 'textStyle', property: 'fontSize' },
51+
// { name: 'w:szCs', type: 'fontSize', mark: 'textStyle', property: 'fontSize' },
5252
{ name: 'w:rFonts', type: 'fontFamily', mark: 'textStyle', property: 'fontFamily' },
5353
{ name: 'w:jc', type: 'textAlign', mark: 'textStyle', property: 'textAlign' },
5454
{ name: 'w:ind', type: 'textIndent', mark: 'textStyle', property: 'textIndent' },

0 commit comments

Comments
 (0)