1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-18 22:41:49 +02:00

made all fonts TeX-supplied fonts

This commit is contained in:
Pomax
2017-02-28 10:45:20 -08:00
parent 5342543012
commit 3ebbbc7a5b
171 changed files with 208 additions and 280 deletions

View File

@@ -55,6 +55,7 @@ var options = {
// The SVG contains values in "pt" units, but to maximise legibility we convert
// these to "rem" instead, so that formulae are always sized based on the font
// around them, rather than being sized independently of the document text.
// Base browser sizes are 16pt so pt2rem "should" be 4/3 but 1.4 spaces better.
var pt2rem = 1.4;
w *= pt2rem;
h *= pt2rem;