diff --git a/dockers/MathJaxFonts/Dockerfile b/dockers/MathJaxFonts/Dockerfile index e468d75..dc5b4e5 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 842e453..784276a 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 8da3d44..6f1e0be 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 f8934ec..4dded47 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 64bdd82..ea81079 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 6c441ae..1a0db0c 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 1580d64..b94907d 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 a2a7399..799fa81 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 0107950..73bb542 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 5287c0d..6cc83d0 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 ab23091..cf51e20 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 6188e55..f5e5c62 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 0e692ea..dd76d34 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 cf4b368..1960b10 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 f66a74d..7b0790f 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 3804f1f..dc32571 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 b4caf09..fdc4292 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 cbe084e..e4e7379 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 c4a760b..063bc02 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 c5ce1cd..c4b18d8 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 1dd3794..4318d93 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 0cd6d11..80fbd02 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 f7956ab..8e10722 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 f6eb231..43b361a 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 994f3de..af57a96 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 693bdf7..fc77016 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 0d00c60..d124495 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 43126b3..e623236 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 3430573..944e974 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 bd59c88..dc60c09 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 6f3cdca..da5797f 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 57e7f4b..37db672 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 8c98320..4882042 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 7705bfc..52c8b8c 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 ab60f80..a8b527c 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 f5dee4e..8940e0b 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 bfe677c..15cf56d 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 fc9bf19..64c8992 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 a4078ea..06f39d3 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 fc21e64..cf3b4b7 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 0ef8a1e..5f8c4bf 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 14b0c2a..5521e6a 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 f256102..7312708 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 847ba37..0e2ebdf 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 24b63d8..ebe3d02 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 bf95b14..1660e76 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 952f333..dbeb7b9 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 83ce37d..8f144a8 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 09caf7d..329e855 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 215f326..289ae3f 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 6a510f5..b3a2f38 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 5e82a46..bddf7ea 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 8d47a38..5fa767b 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 4f3d6ab..1b38b98 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 4588a78..e4712f8 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 88ae8c2..33be368 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 3feeb7b..4fcb2e2 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 65082f0..7870d7f 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 db1a4cc..da4d113 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 d2711e4..d6ae79f 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 ff0c5cf..1b43deb 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 0a581e8..29950f9 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 2fb653b..194466a 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 359a864..237f271 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 764c933..39b6f8f 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 8af6638..b8b0536 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 2852034..b41b66a 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 d97cabc..4a30558 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 a51a1fd..3facec1 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 5c17983..576b864 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 61df9a3..790ddbb 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 7fd7bba..3a6d062 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 4a4ba33..2cffafe 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 3734162..c2b045f 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 4232618..ce660aa 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 dd2cd18..7826c6c 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 14b0dc2..c921898 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 3d58803..4c178f4 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 a2f5990..b0427ad 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 f33b841..78e9904 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 52b5538..618de99 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 359ae05..6789a82 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 232aa5e..8710658 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 dc7f185..9f244e0 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 cbc3c4f..4c1869f 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 d9af97a..d83b821 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 d9a18fe..9de26f6 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 a1a0d32..a81bc5e 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 5d23f08..0b9ca84 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 d62fe93..8013f53 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 6f66a5e..2ec1c7f 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 bb30e84..d412e22 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 5e0826e..3d7b16c 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 0663715..771083b 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 3d143b4..d3d6030 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 d968acf..6a414fc 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 40ea9c4..02cdc7d 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 c02765d..31a1557 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 644dc22..01da382 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 e5843d6..648d1b5 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 b04b07a..0c8fdff 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 216940e..7d4b652 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 0fdc0a0..e86ffda 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 79230fb..44d3382 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 1c9bdcc..2ebca50 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 2ffd410..6227931 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 d494bb4..ea077ea 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 e424e4a..73f2246 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 d7d1401..33b6ece 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 8a725c9..135aca0 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 843aba1..ec3ec36 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 bf4b2fd..1500235 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 53cad49..0c48fff 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 01e3b2d..7f61fe0 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 311c409..6bc3c2b 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 78c1674..3299a35 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 dc92f0d..bd43304 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 1bfa3b0..4647015 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 1a7001f..c7c4b29 100644 Binary files a/test/screenshotter/images/VerticalSpacing-chrome.png and b/test/screenshotter/images/VerticalSpacing-chrome.png differ