disable extra fonts, we do not ship them at the moment

Forwarded: not-needed
Last-Update: 2016-02-14

Gbp-Pq: Name no_extra_fonts.diff
This commit is contained in:
Dmitry Shachnev 2022-05-14 03:40:06 +08:00 committed by openKylinBot
parent 9bc055d438
commit 91811b8668
3 changed files with 2 additions and 14 deletions

View File

@ -1573,13 +1573,7 @@
ITEM.RADIO(["TeXImage","TeX (image)"], "font", {action: MENU.Font}),
ITEM.RULE(),
ITEM.RADIO(["STIXLocal","STIX (local)"], "font", {action: MENU.Font}),
ITEM.RADIO(["STIXWeb","STIX (web)"], "font", {action: MENU.Font}),
ITEM.RULE(),
ITEM.RADIO(["AsanaMathWeb","Asana Math (web)"], "font", {action: MENU.Font}),
ITEM.RADIO(["GyrePagellaWeb","Gyre Pagella (web)"], "font", {action: MENU.Font}),
ITEM.RADIO(["GyreTermesWeb","Gyre Termes (web)"], "font", {action: MENU.Font}),
ITEM.RADIO(["LatinModernWeb","Latin Modern (web)"], "font", {action: MENU.Font}),
ITEM.RADIO(["NeoEulerWeb","Neo Euler (web)"], "font", {action: MENU.Font})
ITEM.RADIO(["STIXWeb","STIX (web)"], "font", {action: MENU.Font})
),
ITEM.SUBMENU(["ContextMenu","Contextual Menu"], {hidden:!CONFIG.showContext},
ITEM.RADIO(["MathJax","MathJax"], "context"),

View File

@ -396,11 +396,6 @@
TeXImage: ["",""],
STIXLocal: ["STIX","STIX-Web"],
STIXWeb: "STIX-Web",
AsanaMathWeb: "Asana-Math",
GyrePagellaWeb: "Gyre-Pagella",
GyreTermesWeb: "Gyre-Termes",
LatinModernWeb: "Latin-Modern",
NeoEulerWeb: "Neo-Euler"
},
fontInUse: "generic",

View File

@ -125,8 +125,7 @@
hideProcessedMath: true, // use display:none until all math is processed
fontNames: ["TeX","STIX","STIX-Web","Asana-Math",
"Gyre-Termes","Gyre-Pagella","Latin-Modern","Neo-Euler"],
fontNames: ["TeX","STIX","STIX-Web","Asana-Math"],
Config: function () {