mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b=557481 Change comments about TeX/Mathematica fonts to STIX/Asana fonts r=karlt
--HG-- extra : transplant_source : %92%3D%40%EE%90%16%21%EE%0F%E2%2C%B9m4%40%F9%AC%D2%3D%B8
This commit is contained in:
parent
72793dfd70
commit
71dfe7521a
@ -385,16 +385,16 @@ mtd[_moz-math-columnline="dashed"] {
|
||||
Authors can make elements on a document to be stretched with different
|
||||
fonts, e.g.,
|
||||
|
||||
To request the use of TeX fonts, you can add a <style>...</style> with:
|
||||
<mo myfonts="tex">...</mo> with the associated CSS declaration
|
||||
mo[myfonts="tex"]::-moz-math-stretchy {
|
||||
font-family: CMSY10, CMEX10;
|
||||
To request the use of STIX fonts, you can add a <style>...</style> with:
|
||||
<mo myfonts="stix">...</mo> with the associated CSS declaration
|
||||
mo[myfonts="stix"]::-moz-math-stretchy {
|
||||
font-family: STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral;
|
||||
}
|
||||
|
||||
To request the use of Mathematica fonts, you can add a <style>...</style> with:
|
||||
<mo myfonts="mathematica">...</mo> with the associated CSS declaration
|
||||
mo[myfonts="mathematica"]::-moz-math-stretchy {
|
||||
font-family: Math1, Math2, Math4;
|
||||
To request the use of Asana fonts, you can add a <style>...</style> with:
|
||||
<mo myfonts="asana">...</mo> with the associated CSS declaration
|
||||
mo[myfonts="asana"]::-moz-math-stretchy {
|
||||
font-family: Asana Math;
|
||||
}
|
||||
|
||||
Of course, if you just want all of the stretchy characters in your
|
||||
|
Loading…
Reference in New Issue
Block a user