From e18106920bc5b30ffb04f6224f98886be4902890 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Thu, 21 May 2015 15:47:46 -0700 Subject: [PATCH] Adjusted latex font. The Jacobian matrices were rendering way to small to read, so I changed the font and increased the font size. --- styles/custom2.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/custom2.css b/styles/custom2.css index 10870d8..e929761 100644 --- a/styles/custom2.css +++ b/styles/custom2.css @@ -211,7 +211,10 @@ }, displayAlign: 'center', // Change this to 'center' to center equations. "HTML-CSS": { - scale:85, + scale:100, + availableFonts: ["Neo-Euler"], + preferredFont: "Neo-Euler", + webFont: "Neo-Euler", styles: {'.MathJax_Display': {"margin": 4}} } });