mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 06:28:40 +00:00
Change the scriptstyle size from 2/3em to 0.7em
Summary: I don't know why we originally used 2/3em for scriptstyle, but both TeX and MathJax use 0.7em for the scriptstyle size. Test Plan: - Look at huxley tests, make sure everything that changed is due to the change in font size Reviewers: alpert Reviewed By: alpert Differential Revision: http://phabricator.khanacademy.org/D12869
This commit is contained in:
4
Style.js
4
Style.js
@@ -63,8 +63,8 @@ var styles = [
|
||||
new Style(Dc, 0, 1.0, true),
|
||||
new Style(T, 1, 1.0, false),
|
||||
new Style(Tc, 1, 1.0, true),
|
||||
new Style(S, 2, 0.66667, false),
|
||||
new Style(Sc, 2, 0.66667, true),
|
||||
new Style(S, 2, 0.7, false),
|
||||
new Style(Sc, 2, 0.7, true),
|
||||
new Style(SS, 3, 0.5, false),
|
||||
new Style(SSc, 3, 0.5, true)
|
||||
];
|
||||
|
Reference in New Issue
Block a user