diff --git a/fonts/League Gothic.lua b/fonts/League Gothic.lua new file mode 100644 index 0000000..5b0bcfa --- /dev/null +++ b/fonts/League Gothic.lua @@ -0,0 +1,9 @@ +return { + render_scale = 10, + TEXT_HEIGHT_SCALE = 0.8, --Decreased to bring lines closer together, any closer and Collection menu looks too compressed + TEXT_OFFSET = {x=4,y=-20}, --Moved left to centre in XMult boxes + FONTSCALE = 0.11, + squish = 1.166, --Increased to make font more readable when small, any bigger and font looks too stretched + DESCSCALE = 1.05 -- Increased to make font more readable when in Collection descriptions, any bigger and font looks too large +} + diff --git a/fonts/League Gothic.ttf b/fonts/League Gothic.ttf new file mode 100644 index 0000000..cd693f1 Binary files /dev/null and b/fonts/League Gothic.ttf differ