Skip to content

Commit

Permalink
Merge pull request #11454 from Snuffleupagus/move-SegoeUISymbol
Browse files Browse the repository at this point in the history
Move the SegoeUISymbol font to the `getNonStdFontMap` (PR 8698 follow-up)
  • Loading branch information
timvandermeij authored Dec 28, 2019
2 parents 47ab4b8 + f8ab8c4 commit a0fe7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/standard_fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const getStdFontMap = getLookupTableFactory(function(t) {
t["Helvetica-BoldOblique"] = "Helvetica-BoldOblique";
t["Helvetica-Italic"] = "Helvetica-Oblique";
t["Helvetica-Oblique"] = "Helvetica-Oblique";
t["SegoeUISymbol"] = "Helvetica";
t["Symbol-Bold"] = "Symbol";
t["Symbol-BoldItalic"] = "Symbol";
t["Symbol-Italic"] = "Symbol";
Expand Down Expand Up @@ -118,6 +117,7 @@ const getNonStdFontMap = getLookupTableFactory(function(t) {
t["MS-PMincho-BoldItalic"] = "MS PMincho-BoldItalic";
t["MS-PMincho-Italic"] = "MS PMincho-Italic";
t["NuptialScript"] = "Times-Italic";
t["SegoeUISymbol"] = "Helvetica";
t["Wingdings"] = "ZapfDingbats";
});

Expand Down

0 comments on commit a0fe7a7

Please sign in to comment.