Title: [209656] trunk/Source/WebCore
Revision
209656
Author
[email protected]
Date
2016-12-10 00:43:46 -0800 (Sat, 10 Dec 2016)

Log Message

Add STIX Two Math to the list of math fonts in mathml.css
https://bugs.webkit.org/show_bug.cgi?id=165676

Reviewed by Darin Adler.

No new tests, this is just changing default style.

* css/mathml.css:
(math):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (209655 => 209656)


--- trunk/Source/WebCore/ChangeLog	2016-12-10 08:04:53 UTC (rev 209655)
+++ trunk/Source/WebCore/ChangeLog	2016-12-10 08:43:46 UTC (rev 209656)
@@ -1,3 +1,15 @@
+2016-12-10  Frederic Wang  <[email protected]>
+
+        Add STIX Two Math to the list of math fonts in mathml.css
+        https://bugs.webkit.org/show_bug.cgi?id=165676
+
+        Reviewed by Darin Adler.
+
+        No new tests, this is just changing default style.
+
+        * css/mathml.css:
+        (math):
+
 2016-12-09  Romain Bellessort  <[email protected]>
 
         [Readable Streams API] Implement ReadableByteStreamController desiredSize

Modified: trunk/Source/WebCore/css/mathml.css (209655 => 209656)


--- trunk/Source/WebCore/css/mathml.css	2016-12-10 08:04:53 UTC (rev 209655)
+++ trunk/Source/WebCore/css/mathml.css	2016-12-10 08:43:46 UTC (rev 209656)
@@ -68,8 +68,10 @@
        /*
        The following fonts have Times style and are provided with most TeX & Linux distributions.
        We put XITS & STIX as a second option because they have very good unicode coverage.
-       XITS is a fork of STIX with bug fixes and more Arabic/RTL features so we put it first.
+       STIX Two is a complete redesign of STIX that fixes serious bugs in version one so we put it in first position.
+       XITS is a fork of STIX with bug fixes and more Arabic/RTL features so we put it in second position.
        */
+       "STIX Two Math",
        "XITS Math",
        "STIX Math",
        "Libertinus Math",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to