diff --git a/dockers/MathJaxFonts/Dockerfile b/dockers/MathJaxFonts/Dockerfile index e468d75f6..dc5b4e5cf 100644 --- a/dockers/MathJaxFonts/Dockerfile +++ b/dockers/MathJaxFonts/Dockerfile @@ -2,8 +2,28 @@ FROM ubuntu:14.04 MAINTAINER xymostech # Install things -RUN apt-get -qq update -RUN apt-get -qqy install git dvipng default-jre default-jdk texlive wget fontforge mftrace fonttools optipng advancecomp man-db build-essential unzip zlib1g-dev python-fontforge ruby woff-tools || true +RUN apt-get -qq update && apt-get -qqy install \ + git \ + dvipng \ + default-jre \ + default-jdk \ + texlive \ + wget \ + fontforge \ + mftrace \ + fonttools \ + optipng \ + advancecomp \ + man-db \ + build-essential \ + unzip \ + zlib1g-dev \ + python-fontforge \ + ruby \ + woff-tools \ + pkg-config \ + libharfbuzz-dev \ + libfreetype6-dev || true RUN gem install ttfunk --version 1.1.1 # Download yuicompressor @@ -11,7 +31,7 @@ RUN mkdir /usr/share/yui-compressor/ RUN wget "https://github.com/yui/yuicompressor/releases/download/v2.4.8/yuicompressor-2.4.8.jar" -O /usr/share/yui-compressor/yui-compressor.jar # Download batik-ttf2svg.jar -RUN wget "http://supergsego.com/apache/xmlgraphics/batik/batik-1.7.zip" +RUN wget "https://archive.apache.org/dist/xmlgraphics/batik/batik-1.7.zip" RUN unzip -qq batik-1.7.zip RUN mv batik-1.7/batik-ttf2svg.jar /usr/share/java/ @@ -22,6 +42,13 @@ RUN sed -i "1s/^/#include /" ttf2eot-0.0.2-2/OpenTypeUtilities.h RUN make -C ttf2eot-0.0.2-2/ RUN mv ttf2eot-0.0.2-2/ttf2eot /usr/bin/ +# Download and compile ttfautohint +RUN wget "http://download.savannah.gnu.org/releases/freetype/ttfautohint-1.3.tar.gz" +RUN tar -xzf ttfautohint-1.3.tar.gz +RUN cd ttfautohint-1.3/ && ./configure --without-qt +RUN make -C ttfautohint-1.3/ +RUN mv ttfautohint-1.3/frontend/ttfautohint /usr/bin + # Download and compile woff2_compress RUN git clone "https://code.google.com/p/font-compression-reference/" woff2_compress RUN make -C woff2_compress/woff2/ diff --git a/static/fonts/KaTeX_AMS-Regular.eot b/static/fonts/KaTeX_AMS-Regular.eot index 842e453e0..784276a3c 100644 Binary files a/static/fonts/KaTeX_AMS-Regular.eot and b/static/fonts/KaTeX_AMS-Regular.eot differ diff --git a/static/fonts/KaTeX_AMS-Regular.ttf b/static/fonts/KaTeX_AMS-Regular.ttf index 8da3d446e..6f1e0be20 100644 Binary files a/static/fonts/KaTeX_AMS-Regular.ttf and b/static/fonts/KaTeX_AMS-Regular.ttf differ diff --git a/static/fonts/KaTeX_AMS-Regular.woff b/static/fonts/KaTeX_AMS-Regular.woff index f8934ec02..4dded4733 100644 Binary files a/static/fonts/KaTeX_AMS-Regular.woff and b/static/fonts/KaTeX_AMS-Regular.woff differ diff --git a/static/fonts/KaTeX_AMS-Regular.woff2 b/static/fonts/KaTeX_AMS-Regular.woff2 index 64bdd82f9..ea81079c4 100644 Binary files a/static/fonts/KaTeX_AMS-Regular.woff2 and b/static/fonts/KaTeX_AMS-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Caligraphic-Bold.eot b/static/fonts/KaTeX_Caligraphic-Bold.eot index 6c441ae34..1a0db0c56 100644 Binary files a/static/fonts/KaTeX_Caligraphic-Bold.eot and b/static/fonts/KaTeX_Caligraphic-Bold.eot differ diff --git a/static/fonts/KaTeX_Caligraphic-Bold.ttf b/static/fonts/KaTeX_Caligraphic-Bold.ttf index 1580d64b9..b94907dad 100644 Binary files a/static/fonts/KaTeX_Caligraphic-Bold.ttf and b/static/fonts/KaTeX_Caligraphic-Bold.ttf differ diff --git a/static/fonts/KaTeX_Caligraphic-Bold.woff b/static/fonts/KaTeX_Caligraphic-Bold.woff index a2a7399a0..799fa8122 100644 Binary files a/static/fonts/KaTeX_Caligraphic-Bold.woff and b/static/fonts/KaTeX_Caligraphic-Bold.woff differ diff --git a/static/fonts/KaTeX_Caligraphic-Bold.woff2 b/static/fonts/KaTeX_Caligraphic-Bold.woff2 index 010795092..73bb54228 100644 Binary files a/static/fonts/KaTeX_Caligraphic-Bold.woff2 and b/static/fonts/KaTeX_Caligraphic-Bold.woff2 differ diff --git a/static/fonts/KaTeX_Caligraphic-Regular.eot b/static/fonts/KaTeX_Caligraphic-Regular.eot index 5287c0d69..6cc83d092 100644 Binary files a/static/fonts/KaTeX_Caligraphic-Regular.eot and b/static/fonts/KaTeX_Caligraphic-Regular.eot differ diff --git a/static/fonts/KaTeX_Caligraphic-Regular.ttf b/static/fonts/KaTeX_Caligraphic-Regular.ttf index ab23091ff..cf51e2021 100644 Binary files a/static/fonts/KaTeX_Caligraphic-Regular.ttf and b/static/fonts/KaTeX_Caligraphic-Regular.ttf differ diff --git a/static/fonts/KaTeX_Caligraphic-Regular.woff b/static/fonts/KaTeX_Caligraphic-Regular.woff index 6188e5529..f5e5c6235 100644 Binary files a/static/fonts/KaTeX_Caligraphic-Regular.woff and b/static/fonts/KaTeX_Caligraphic-Regular.woff differ diff --git a/static/fonts/KaTeX_Caligraphic-Regular.woff2 b/static/fonts/KaTeX_Caligraphic-Regular.woff2 index 0e692ea34..dd76d3488 100644 Binary files a/static/fonts/KaTeX_Caligraphic-Regular.woff2 and b/static/fonts/KaTeX_Caligraphic-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Fraktur-Bold.eot b/static/fonts/KaTeX_Fraktur-Bold.eot index cf4b36815..1960b1066 100644 Binary files a/static/fonts/KaTeX_Fraktur-Bold.eot and b/static/fonts/KaTeX_Fraktur-Bold.eot differ diff --git a/static/fonts/KaTeX_Fraktur-Bold.ttf b/static/fonts/KaTeX_Fraktur-Bold.ttf index f66a74d56..7b0790f1a 100644 Binary files a/static/fonts/KaTeX_Fraktur-Bold.ttf and b/static/fonts/KaTeX_Fraktur-Bold.ttf differ diff --git a/static/fonts/KaTeX_Fraktur-Bold.woff b/static/fonts/KaTeX_Fraktur-Bold.woff index 3804f1f08..dc3257132 100644 Binary files a/static/fonts/KaTeX_Fraktur-Bold.woff and b/static/fonts/KaTeX_Fraktur-Bold.woff differ diff --git a/static/fonts/KaTeX_Fraktur-Bold.woff2 b/static/fonts/KaTeX_Fraktur-Bold.woff2 index b4caf092f..fdc429227 100644 Binary files a/static/fonts/KaTeX_Fraktur-Bold.woff2 and b/static/fonts/KaTeX_Fraktur-Bold.woff2 differ diff --git a/static/fonts/KaTeX_Fraktur-Regular.eot b/static/fonts/KaTeX_Fraktur-Regular.eot index cbe084ed9..e4e73796a 100644 Binary files a/static/fonts/KaTeX_Fraktur-Regular.eot and b/static/fonts/KaTeX_Fraktur-Regular.eot differ diff --git a/static/fonts/KaTeX_Fraktur-Regular.ttf b/static/fonts/KaTeX_Fraktur-Regular.ttf index c4a760bc1..063bc0263 100644 Binary files a/static/fonts/KaTeX_Fraktur-Regular.ttf and b/static/fonts/KaTeX_Fraktur-Regular.ttf differ diff --git a/static/fonts/KaTeX_Fraktur-Regular.woff b/static/fonts/KaTeX_Fraktur-Regular.woff index c5ce1cd8e..c4b18d863 100644 Binary files a/static/fonts/KaTeX_Fraktur-Regular.woff and b/static/fonts/KaTeX_Fraktur-Regular.woff differ diff --git a/static/fonts/KaTeX_Fraktur-Regular.woff2 b/static/fonts/KaTeX_Fraktur-Regular.woff2 index 1dd379445..4318d938e 100644 Binary files a/static/fonts/KaTeX_Fraktur-Regular.woff2 and b/static/fonts/KaTeX_Fraktur-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Main-Bold.eot b/static/fonts/KaTeX_Main-Bold.eot index 0cd6d1153..80fbd0223 100644 Binary files a/static/fonts/KaTeX_Main-Bold.eot and b/static/fonts/KaTeX_Main-Bold.eot differ diff --git a/static/fonts/KaTeX_Main-Bold.ttf b/static/fonts/KaTeX_Main-Bold.ttf index f7956abdc..8e10722af 100644 Binary files a/static/fonts/KaTeX_Main-Bold.ttf and b/static/fonts/KaTeX_Main-Bold.ttf differ diff --git a/static/fonts/KaTeX_Main-Bold.woff b/static/fonts/KaTeX_Main-Bold.woff index f6eb23155..43b361a60 100644 Binary files a/static/fonts/KaTeX_Main-Bold.woff and b/static/fonts/KaTeX_Main-Bold.woff differ diff --git a/static/fonts/KaTeX_Main-Bold.woff2 b/static/fonts/KaTeX_Main-Bold.woff2 index 994f3de51..af57a96c1 100644 Binary files a/static/fonts/KaTeX_Main-Bold.woff2 and b/static/fonts/KaTeX_Main-Bold.woff2 differ diff --git a/static/fonts/KaTeX_Main-Italic.eot b/static/fonts/KaTeX_Main-Italic.eot index 693bdf71b..fc770166b 100644 Binary files a/static/fonts/KaTeX_Main-Italic.eot and b/static/fonts/KaTeX_Main-Italic.eot differ diff --git a/static/fonts/KaTeX_Main-Italic.ttf b/static/fonts/KaTeX_Main-Italic.ttf index 0d00c60bf..d124495d7 100644 Binary files a/static/fonts/KaTeX_Main-Italic.ttf and b/static/fonts/KaTeX_Main-Italic.ttf differ diff --git a/static/fonts/KaTeX_Main-Italic.woff b/static/fonts/KaTeX_Main-Italic.woff index 43126b31c..e623236bc 100644 Binary files a/static/fonts/KaTeX_Main-Italic.woff and b/static/fonts/KaTeX_Main-Italic.woff differ diff --git a/static/fonts/KaTeX_Main-Italic.woff2 b/static/fonts/KaTeX_Main-Italic.woff2 index 343057396..944e9740b 100644 Binary files a/static/fonts/KaTeX_Main-Italic.woff2 and b/static/fonts/KaTeX_Main-Italic.woff2 differ diff --git a/static/fonts/KaTeX_Main-Regular.eot b/static/fonts/KaTeX_Main-Regular.eot index bd59c8896..dc60c090c 100644 Binary files a/static/fonts/KaTeX_Main-Regular.eot and b/static/fonts/KaTeX_Main-Regular.eot differ diff --git a/static/fonts/KaTeX_Main-Regular.ttf b/static/fonts/KaTeX_Main-Regular.ttf index 6f3cdca77..da5797ffc 100644 Binary files a/static/fonts/KaTeX_Main-Regular.ttf and b/static/fonts/KaTeX_Main-Regular.ttf differ diff --git a/static/fonts/KaTeX_Main-Regular.woff b/static/fonts/KaTeX_Main-Regular.woff index 57e7f4b7e..37db672e8 100644 Binary files a/static/fonts/KaTeX_Main-Regular.woff and b/static/fonts/KaTeX_Main-Regular.woff differ diff --git a/static/fonts/KaTeX_Main-Regular.woff2 b/static/fonts/KaTeX_Main-Regular.woff2 index 8c98320f9..488204248 100644 Binary files a/static/fonts/KaTeX_Main-Regular.woff2 and b/static/fonts/KaTeX_Main-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Math-BoldItalic.eot b/static/fonts/KaTeX_Math-BoldItalic.eot index 7705bfced..52c8b8c6b 100644 Binary files a/static/fonts/KaTeX_Math-BoldItalic.eot and b/static/fonts/KaTeX_Math-BoldItalic.eot differ diff --git a/static/fonts/KaTeX_Math-BoldItalic.ttf b/static/fonts/KaTeX_Math-BoldItalic.ttf index ab60f80c4..a8b527c7e 100644 Binary files a/static/fonts/KaTeX_Math-BoldItalic.ttf and b/static/fonts/KaTeX_Math-BoldItalic.ttf differ diff --git a/static/fonts/KaTeX_Math-BoldItalic.woff b/static/fonts/KaTeX_Math-BoldItalic.woff index f5dee4e00..8940e0b58 100644 Binary files a/static/fonts/KaTeX_Math-BoldItalic.woff and b/static/fonts/KaTeX_Math-BoldItalic.woff differ diff --git a/static/fonts/KaTeX_Math-BoldItalic.woff2 b/static/fonts/KaTeX_Math-BoldItalic.woff2 index bfe677c1a..15cf56d34 100644 Binary files a/static/fonts/KaTeX_Math-BoldItalic.woff2 and b/static/fonts/KaTeX_Math-BoldItalic.woff2 differ diff --git a/static/fonts/KaTeX_Math-Italic.eot b/static/fonts/KaTeX_Math-Italic.eot index fc9bf197a..64c8992c4 100644 Binary files a/static/fonts/KaTeX_Math-Italic.eot and b/static/fonts/KaTeX_Math-Italic.eot differ diff --git a/static/fonts/KaTeX_Math-Italic.ttf b/static/fonts/KaTeX_Math-Italic.ttf index a4078ea01..06f39d3a2 100644 Binary files a/static/fonts/KaTeX_Math-Italic.ttf and b/static/fonts/KaTeX_Math-Italic.ttf differ diff --git a/static/fonts/KaTeX_Math-Italic.woff b/static/fonts/KaTeX_Math-Italic.woff index fc21e64e5..cf3b4b79e 100644 Binary files a/static/fonts/KaTeX_Math-Italic.woff and b/static/fonts/KaTeX_Math-Italic.woff differ diff --git a/static/fonts/KaTeX_Math-Italic.woff2 b/static/fonts/KaTeX_Math-Italic.woff2 index 0ef8a1e8e..5f8c4bfa4 100644 Binary files a/static/fonts/KaTeX_Math-Italic.woff2 and b/static/fonts/KaTeX_Math-Italic.woff2 differ diff --git a/static/fonts/KaTeX_Math-Regular.eot b/static/fonts/KaTeX_Math-Regular.eot index 14b0c2aa6..5521e6a56 100644 Binary files a/static/fonts/KaTeX_Math-Regular.eot and b/static/fonts/KaTeX_Math-Regular.eot differ diff --git a/static/fonts/KaTeX_Math-Regular.ttf b/static/fonts/KaTeX_Math-Regular.ttf index f2561022f..731270823 100644 Binary files a/static/fonts/KaTeX_Math-Regular.ttf and b/static/fonts/KaTeX_Math-Regular.ttf differ diff --git a/static/fonts/KaTeX_Math-Regular.woff b/static/fonts/KaTeX_Math-Regular.woff index 847ba376c..0e2ebdf18 100644 Binary files a/static/fonts/KaTeX_Math-Regular.woff and b/static/fonts/KaTeX_Math-Regular.woff differ diff --git a/static/fonts/KaTeX_Math-Regular.woff2 b/static/fonts/KaTeX_Math-Regular.woff2 index 24b63d8a6..ebe3d028a 100644 Binary files a/static/fonts/KaTeX_Math-Regular.woff2 and b/static/fonts/KaTeX_Math-Regular.woff2 differ diff --git a/static/fonts/KaTeX_SansSerif-Bold.eot b/static/fonts/KaTeX_SansSerif-Bold.eot index bf95b1417..1660e76a2 100644 Binary files a/static/fonts/KaTeX_SansSerif-Bold.eot and b/static/fonts/KaTeX_SansSerif-Bold.eot differ diff --git a/static/fonts/KaTeX_SansSerif-Bold.ttf b/static/fonts/KaTeX_SansSerif-Bold.ttf index 952f33328..dbeb7b92a 100644 Binary files a/static/fonts/KaTeX_SansSerif-Bold.ttf and b/static/fonts/KaTeX_SansSerif-Bold.ttf differ diff --git a/static/fonts/KaTeX_SansSerif-Bold.woff b/static/fonts/KaTeX_SansSerif-Bold.woff index 83ce37d6f..8f144a8bb 100644 Binary files a/static/fonts/KaTeX_SansSerif-Bold.woff and b/static/fonts/KaTeX_SansSerif-Bold.woff differ diff --git a/static/fonts/KaTeX_SansSerif-Bold.woff2 b/static/fonts/KaTeX_SansSerif-Bold.woff2 index 09caf7dc1..329e85557 100644 Binary files a/static/fonts/KaTeX_SansSerif-Bold.woff2 and b/static/fonts/KaTeX_SansSerif-Bold.woff2 differ diff --git a/static/fonts/KaTeX_SansSerif-Italic.eot b/static/fonts/KaTeX_SansSerif-Italic.eot index 215f3267e..289ae3ff8 100644 Binary files a/static/fonts/KaTeX_SansSerif-Italic.eot and b/static/fonts/KaTeX_SansSerif-Italic.eot differ diff --git a/static/fonts/KaTeX_SansSerif-Italic.ttf b/static/fonts/KaTeX_SansSerif-Italic.ttf index 6a510f5ab..b3a2f38f2 100644 Binary files a/static/fonts/KaTeX_SansSerif-Italic.ttf and b/static/fonts/KaTeX_SansSerif-Italic.ttf differ diff --git a/static/fonts/KaTeX_SansSerif-Italic.woff b/static/fonts/KaTeX_SansSerif-Italic.woff index 5e82a46aa..bddf7ea65 100644 Binary files a/static/fonts/KaTeX_SansSerif-Italic.woff and b/static/fonts/KaTeX_SansSerif-Italic.woff differ diff --git a/static/fonts/KaTeX_SansSerif-Italic.woff2 b/static/fonts/KaTeX_SansSerif-Italic.woff2 index 8d47a38e6..5fa767bdd 100644 Binary files a/static/fonts/KaTeX_SansSerif-Italic.woff2 and b/static/fonts/KaTeX_SansSerif-Italic.woff2 differ diff --git a/static/fonts/KaTeX_SansSerif-Regular.eot b/static/fonts/KaTeX_SansSerif-Regular.eot index 4f3d6ab28..1b38b98a1 100644 Binary files a/static/fonts/KaTeX_SansSerif-Regular.eot and b/static/fonts/KaTeX_SansSerif-Regular.eot differ diff --git a/static/fonts/KaTeX_SansSerif-Regular.ttf b/static/fonts/KaTeX_SansSerif-Regular.ttf index 4588a7815..e4712f847 100644 Binary files a/static/fonts/KaTeX_SansSerif-Regular.ttf and b/static/fonts/KaTeX_SansSerif-Regular.ttf differ diff --git a/static/fonts/KaTeX_SansSerif-Regular.woff b/static/fonts/KaTeX_SansSerif-Regular.woff index 88ae8c2c6..33be36804 100644 Binary files a/static/fonts/KaTeX_SansSerif-Regular.woff and b/static/fonts/KaTeX_SansSerif-Regular.woff differ diff --git a/static/fonts/KaTeX_SansSerif-Regular.woff2 b/static/fonts/KaTeX_SansSerif-Regular.woff2 index 3feeb7bac..4fcb2e29a 100644 Binary files a/static/fonts/KaTeX_SansSerif-Regular.woff2 and b/static/fonts/KaTeX_SansSerif-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Script-Regular.eot b/static/fonts/KaTeX_Script-Regular.eot index 65082f084..7870d7f31 100644 Binary files a/static/fonts/KaTeX_Script-Regular.eot and b/static/fonts/KaTeX_Script-Regular.eot differ diff --git a/static/fonts/KaTeX_Script-Regular.ttf b/static/fonts/KaTeX_Script-Regular.ttf index db1a4cc02..da4d11308 100644 Binary files a/static/fonts/KaTeX_Script-Regular.ttf and b/static/fonts/KaTeX_Script-Regular.ttf differ diff --git a/static/fonts/KaTeX_Script-Regular.woff b/static/fonts/KaTeX_Script-Regular.woff index d2711e4a4..d6ae79f99 100644 Binary files a/static/fonts/KaTeX_Script-Regular.woff and b/static/fonts/KaTeX_Script-Regular.woff differ diff --git a/static/fonts/KaTeX_Script-Regular.woff2 b/static/fonts/KaTeX_Script-Regular.woff2 index ff0c5cfb2..1b43deb45 100644 Binary files a/static/fonts/KaTeX_Script-Regular.woff2 and b/static/fonts/KaTeX_Script-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Size1-Regular.eot b/static/fonts/KaTeX_Size1-Regular.eot index 0a581e8a0..29950f95f 100644 Binary files a/static/fonts/KaTeX_Size1-Regular.eot and b/static/fonts/KaTeX_Size1-Regular.eot differ diff --git a/static/fonts/KaTeX_Size1-Regular.ttf b/static/fonts/KaTeX_Size1-Regular.ttf index 2fb653bc1..194466a65 100644 Binary files a/static/fonts/KaTeX_Size1-Regular.ttf and b/static/fonts/KaTeX_Size1-Regular.ttf differ diff --git a/static/fonts/KaTeX_Size1-Regular.woff b/static/fonts/KaTeX_Size1-Regular.woff index 359a86400..237f271ed 100644 Binary files a/static/fonts/KaTeX_Size1-Regular.woff and b/static/fonts/KaTeX_Size1-Regular.woff differ diff --git a/static/fonts/KaTeX_Size1-Regular.woff2 b/static/fonts/KaTeX_Size1-Regular.woff2 index 764c9335a..39b6f8f74 100644 Binary files a/static/fonts/KaTeX_Size1-Regular.woff2 and b/static/fonts/KaTeX_Size1-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Size2-Regular.eot b/static/fonts/KaTeX_Size2-Regular.eot index 8af663865..b8b0536f9 100644 Binary files a/static/fonts/KaTeX_Size2-Regular.eot and b/static/fonts/KaTeX_Size2-Regular.eot differ diff --git a/static/fonts/KaTeX_Size2-Regular.ttf b/static/fonts/KaTeX_Size2-Regular.ttf index 285203470..b41b66a63 100644 Binary files a/static/fonts/KaTeX_Size2-Regular.ttf and b/static/fonts/KaTeX_Size2-Regular.ttf differ diff --git a/static/fonts/KaTeX_Size2-Regular.woff b/static/fonts/KaTeX_Size2-Regular.woff index d97cabc79..4a3055854 100644 Binary files a/static/fonts/KaTeX_Size2-Regular.woff and b/static/fonts/KaTeX_Size2-Regular.woff differ diff --git a/static/fonts/KaTeX_Size2-Regular.woff2 b/static/fonts/KaTeX_Size2-Regular.woff2 index a51a1fdbb..3facec1ab 100644 Binary files a/static/fonts/KaTeX_Size2-Regular.woff2 and b/static/fonts/KaTeX_Size2-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Size3-Regular.eot b/static/fonts/KaTeX_Size3-Regular.eot index 5c179834b..576b864fa 100644 Binary files a/static/fonts/KaTeX_Size3-Regular.eot and b/static/fonts/KaTeX_Size3-Regular.eot differ diff --git a/static/fonts/KaTeX_Size3-Regular.ttf b/static/fonts/KaTeX_Size3-Regular.ttf index 61df9a369..790ddbbc5 100644 Binary files a/static/fonts/KaTeX_Size3-Regular.ttf and b/static/fonts/KaTeX_Size3-Regular.ttf differ diff --git a/static/fonts/KaTeX_Size3-Regular.woff b/static/fonts/KaTeX_Size3-Regular.woff index 7fd7bbaaa..3a6d062e6 100644 Binary files a/static/fonts/KaTeX_Size3-Regular.woff and b/static/fonts/KaTeX_Size3-Regular.woff differ diff --git a/static/fonts/KaTeX_Size3-Regular.woff2 b/static/fonts/KaTeX_Size3-Regular.woff2 index 4a4ba33a4..2cffafe50 100644 Binary files a/static/fonts/KaTeX_Size3-Regular.woff2 and b/static/fonts/KaTeX_Size3-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Size4-Regular.eot b/static/fonts/KaTeX_Size4-Regular.eot index 373416210..c2b045fc3 100644 Binary files a/static/fonts/KaTeX_Size4-Regular.eot and b/static/fonts/KaTeX_Size4-Regular.eot differ diff --git a/static/fonts/KaTeX_Size4-Regular.ttf b/static/fonts/KaTeX_Size4-Regular.ttf index 42326180d..ce660aa7f 100644 Binary files a/static/fonts/KaTeX_Size4-Regular.ttf and b/static/fonts/KaTeX_Size4-Regular.ttf differ diff --git a/static/fonts/KaTeX_Size4-Regular.woff b/static/fonts/KaTeX_Size4-Regular.woff index dd2cd183b..7826c6c97 100644 Binary files a/static/fonts/KaTeX_Size4-Regular.woff and b/static/fonts/KaTeX_Size4-Regular.woff differ diff --git a/static/fonts/KaTeX_Size4-Regular.woff2 b/static/fonts/KaTeX_Size4-Regular.woff2 index 14b0dc280..c92189812 100644 Binary files a/static/fonts/KaTeX_Size4-Regular.woff2 and b/static/fonts/KaTeX_Size4-Regular.woff2 differ diff --git a/static/fonts/KaTeX_Typewriter-Regular.eot b/static/fonts/KaTeX_Typewriter-Regular.eot index 3d5880378..4c178f484 100644 Binary files a/static/fonts/KaTeX_Typewriter-Regular.eot and b/static/fonts/KaTeX_Typewriter-Regular.eot differ diff --git a/static/fonts/KaTeX_Typewriter-Regular.ttf b/static/fonts/KaTeX_Typewriter-Regular.ttf index a2f5990dd..b0427ad0a 100644 Binary files a/static/fonts/KaTeX_Typewriter-Regular.ttf and b/static/fonts/KaTeX_Typewriter-Regular.ttf differ diff --git a/static/fonts/KaTeX_Typewriter-Regular.woff b/static/fonts/KaTeX_Typewriter-Regular.woff index f33b84185..78e990488 100644 Binary files a/static/fonts/KaTeX_Typewriter-Regular.woff and b/static/fonts/KaTeX_Typewriter-Regular.woff differ diff --git a/static/fonts/KaTeX_Typewriter-Regular.woff2 b/static/fonts/KaTeX_Typewriter-Regular.woff2 index 52b55385a..618de99d4 100644 Binary files a/static/fonts/KaTeX_Typewriter-Regular.woff2 and b/static/fonts/KaTeX_Typewriter-Regular.woff2 differ diff --git a/test/screenshotter/images/Accents-chrome.png b/test/screenshotter/images/Accents-chrome.png index 359ae05b9..6789a82d5 100644 Binary files a/test/screenshotter/images/Accents-chrome.png and b/test/screenshotter/images/Accents-chrome.png differ diff --git a/test/screenshotter/images/ArrayType-chrome.png b/test/screenshotter/images/ArrayType-chrome.png index 232aa5e39..871065895 100644 Binary files a/test/screenshotter/images/ArrayType-chrome.png and b/test/screenshotter/images/ArrayType-chrome.png differ diff --git a/test/screenshotter/images/Arrays-chrome.png b/test/screenshotter/images/Arrays-chrome.png index dc7f18580..9f244e0d4 100644 Binary files a/test/screenshotter/images/Arrays-chrome.png and b/test/screenshotter/images/Arrays-chrome.png differ diff --git a/test/screenshotter/images/Baseline-chrome.png b/test/screenshotter/images/Baseline-chrome.png index cbc3c4f9e..4c1869fd9 100644 Binary files a/test/screenshotter/images/Baseline-chrome.png and b/test/screenshotter/images/Baseline-chrome.png differ diff --git a/test/screenshotter/images/BasicTest-chrome.png b/test/screenshotter/images/BasicTest-chrome.png index d9af97a5c..d83b82125 100644 Binary files a/test/screenshotter/images/BasicTest-chrome.png and b/test/screenshotter/images/BasicTest-chrome.png differ diff --git a/test/screenshotter/images/BinomTest-chrome.png b/test/screenshotter/images/BinomTest-chrome.png index d9a18fe14..9de26f600 100644 Binary files a/test/screenshotter/images/BinomTest-chrome.png and b/test/screenshotter/images/BinomTest-chrome.png differ diff --git a/test/screenshotter/images/Cases-chrome.png b/test/screenshotter/images/Cases-chrome.png index a1a0d32e5..a81bc5e5a 100644 Binary files a/test/screenshotter/images/Cases-chrome.png and b/test/screenshotter/images/Cases-chrome.png differ diff --git a/test/screenshotter/images/Colors-chrome.png b/test/screenshotter/images/Colors-chrome.png index 5d23f0866..0b9ca84e8 100644 Binary files a/test/screenshotter/images/Colors-chrome.png and b/test/screenshotter/images/Colors-chrome.png differ diff --git a/test/screenshotter/images/DeepFontSizing-chrome.png b/test/screenshotter/images/DeepFontSizing-chrome.png index d62fe93f0..8013f532c 100644 Binary files a/test/screenshotter/images/DeepFontSizing-chrome.png and b/test/screenshotter/images/DeepFontSizing-chrome.png differ diff --git a/test/screenshotter/images/DelimiterSizing-chrome.png b/test/screenshotter/images/DelimiterSizing-chrome.png index 6f66a5eb4..2ec1c7f44 100644 Binary files a/test/screenshotter/images/DelimiterSizing-chrome.png and b/test/screenshotter/images/DelimiterSizing-chrome.png differ diff --git a/test/screenshotter/images/DisplayMode-chrome.png b/test/screenshotter/images/DisplayMode-chrome.png index bb30e84fe..d412e22c9 100644 Binary files a/test/screenshotter/images/DisplayMode-chrome.png and b/test/screenshotter/images/DisplayMode-chrome.png differ diff --git a/test/screenshotter/images/DisplayStyle-chrome.png b/test/screenshotter/images/DisplayStyle-chrome.png index 5e0826edd..3d7b16c12 100644 Binary files a/test/screenshotter/images/DisplayStyle-chrome.png and b/test/screenshotter/images/DisplayStyle-chrome.png differ diff --git a/test/screenshotter/images/Exponents-chrome.png b/test/screenshotter/images/Exponents-chrome.png index 06637157f..771083b65 100644 Binary files a/test/screenshotter/images/Exponents-chrome.png and b/test/screenshotter/images/Exponents-chrome.png differ diff --git a/test/screenshotter/images/FractionTest-chrome.png b/test/screenshotter/images/FractionTest-chrome.png index 3d143b491..d3d603089 100644 Binary files a/test/screenshotter/images/FractionTest-chrome.png and b/test/screenshotter/images/FractionTest-chrome.png differ diff --git a/test/screenshotter/images/Functions-chrome.png b/test/screenshotter/images/Functions-chrome.png index d968acf7f..6a414fc50 100644 Binary files a/test/screenshotter/images/Functions-chrome.png and b/test/screenshotter/images/Functions-chrome.png differ diff --git a/test/screenshotter/images/GreekLetters-chrome.png b/test/screenshotter/images/GreekLetters-chrome.png index 40ea9c4ff..02cdc7d76 100644 Binary files a/test/screenshotter/images/GreekLetters-chrome.png and b/test/screenshotter/images/GreekLetters-chrome.png differ diff --git a/test/screenshotter/images/KaTeX-chrome.png b/test/screenshotter/images/KaTeX-chrome.png index c02765d4d..31a155747 100644 Binary files a/test/screenshotter/images/KaTeX-chrome.png and b/test/screenshotter/images/KaTeX-chrome.png differ diff --git a/test/screenshotter/images/Lap-chrome.png b/test/screenshotter/images/Lap-chrome.png index 644dc2272..01da38209 100644 Binary files a/test/screenshotter/images/Lap-chrome.png and b/test/screenshotter/images/Lap-chrome.png differ diff --git a/test/screenshotter/images/LeftRight-chrome.png b/test/screenshotter/images/LeftRight-chrome.png index e5843d6a4..648d1b5ee 100644 Binary files a/test/screenshotter/images/LeftRight-chrome.png and b/test/screenshotter/images/LeftRight-chrome.png differ diff --git a/test/screenshotter/images/LeftRightListStyling-chrome.png b/test/screenshotter/images/LeftRightListStyling-chrome.png index b04b07af4..0c8fdff58 100644 Binary files a/test/screenshotter/images/LeftRightListStyling-chrome.png and b/test/screenshotter/images/LeftRightListStyling-chrome.png differ diff --git a/test/screenshotter/images/LeftRightStyleSizing-chrome.png b/test/screenshotter/images/LeftRightStyleSizing-chrome.png index 216940ee5..7d4b652b4 100644 Binary files a/test/screenshotter/images/LeftRightStyleSizing-chrome.png and b/test/screenshotter/images/LeftRightStyleSizing-chrome.png differ diff --git a/test/screenshotter/images/NestedFractions-chrome.png b/test/screenshotter/images/NestedFractions-chrome.png index 0fdc0a0af..e86ffda01 100644 Binary files a/test/screenshotter/images/NestedFractions-chrome.png and b/test/screenshotter/images/NestedFractions-chrome.png differ diff --git a/test/screenshotter/images/NullDelimiterInteraction-chrome.png b/test/screenshotter/images/NullDelimiterInteraction-chrome.png index 79230fbc5..44d33829c 100644 Binary files a/test/screenshotter/images/NullDelimiterInteraction-chrome.png and b/test/screenshotter/images/NullDelimiterInteraction-chrome.png differ diff --git a/test/screenshotter/images/OpLimits-chrome.png b/test/screenshotter/images/OpLimits-chrome.png index 1c9bdcc8d..2ebca501b 100644 Binary files a/test/screenshotter/images/OpLimits-chrome.png and b/test/screenshotter/images/OpLimits-chrome.png differ diff --git a/test/screenshotter/images/Overline-chrome.png b/test/screenshotter/images/Overline-chrome.png index 2ffd410ec..6227931db 100644 Binary files a/test/screenshotter/images/Overline-chrome.png and b/test/screenshotter/images/Overline-chrome.png differ diff --git a/test/screenshotter/images/Phantom-chrome.png b/test/screenshotter/images/Phantom-chrome.png index d494bb47a..ea077ea7a 100644 Binary files a/test/screenshotter/images/Phantom-chrome.png and b/test/screenshotter/images/Phantom-chrome.png differ diff --git a/test/screenshotter/images/PrimeSpacing-chrome.png b/test/screenshotter/images/PrimeSpacing-chrome.png index e424e4aad..73f224604 100644 Binary files a/test/screenshotter/images/PrimeSpacing-chrome.png and b/test/screenshotter/images/PrimeSpacing-chrome.png differ diff --git a/test/screenshotter/images/RlapBug-chrome.png b/test/screenshotter/images/RlapBug-chrome.png index d7d1401f1..33b6ece88 100644 Binary files a/test/screenshotter/images/RlapBug-chrome.png and b/test/screenshotter/images/RlapBug-chrome.png differ diff --git a/test/screenshotter/images/Sizing-chrome.png b/test/screenshotter/images/Sizing-chrome.png index 8a725c91f..135aca0f0 100644 Binary files a/test/screenshotter/images/Sizing-chrome.png and b/test/screenshotter/images/Sizing-chrome.png differ diff --git a/test/screenshotter/images/SizingBaseline-chrome.png b/test/screenshotter/images/SizingBaseline-chrome.png index 843aba1d4..ec3ec36b5 100644 Binary files a/test/screenshotter/images/SizingBaseline-chrome.png and b/test/screenshotter/images/SizingBaseline-chrome.png differ diff --git a/test/screenshotter/images/Spacing-chrome.png b/test/screenshotter/images/Spacing-chrome.png index bf4b2fdf1..15002355b 100644 Binary files a/test/screenshotter/images/Spacing-chrome.png and b/test/screenshotter/images/Spacing-chrome.png differ diff --git a/test/screenshotter/images/Sqrt-chrome.png b/test/screenshotter/images/Sqrt-chrome.png index 53cad4921..0c48fff14 100644 Binary files a/test/screenshotter/images/Sqrt-chrome.png and b/test/screenshotter/images/Sqrt-chrome.png differ diff --git a/test/screenshotter/images/SqrtRoot-chrome.png b/test/screenshotter/images/SqrtRoot-chrome.png index 01e3b2d0a..7f61fe092 100644 Binary files a/test/screenshotter/images/SqrtRoot-chrome.png and b/test/screenshotter/images/SqrtRoot-chrome.png differ diff --git a/test/screenshotter/images/SupSubCharacterBox-chrome.png b/test/screenshotter/images/SupSubCharacterBox-chrome.png index 311c4095c..6bc3c2bb1 100644 Binary files a/test/screenshotter/images/SupSubCharacterBox-chrome.png and b/test/screenshotter/images/SupSubCharacterBox-chrome.png differ diff --git a/test/screenshotter/images/SupSubHorizSpacing-chrome.png b/test/screenshotter/images/SupSubHorizSpacing-chrome.png index 78c1674bf..3299a3531 100644 Binary files a/test/screenshotter/images/SupSubHorizSpacing-chrome.png and b/test/screenshotter/images/SupSubHorizSpacing-chrome.png differ diff --git a/test/screenshotter/images/SupSubOffsets-chrome.png b/test/screenshotter/images/SupSubOffsets-chrome.png index dc92f0d94..bd433044e 100644 Binary files a/test/screenshotter/images/SupSubOffsets-chrome.png and b/test/screenshotter/images/SupSubOffsets-chrome.png differ diff --git a/test/screenshotter/images/Text-chrome.png b/test/screenshotter/images/Text-chrome.png index 1bfa3b026..4647015c0 100644 Binary files a/test/screenshotter/images/Text-chrome.png and b/test/screenshotter/images/Text-chrome.png differ diff --git a/test/screenshotter/images/VerticalSpacing-chrome.png b/test/screenshotter/images/VerticalSpacing-chrome.png index 1a7001f69..c7c4b2919 100644 Binary files a/test/screenshotter/images/VerticalSpacing-chrome.png and b/test/screenshotter/images/VerticalSpacing-chrome.png differ