zengm-games / zengm

Basketball GM (and other ZenGM games) are single-player sports management simulation games, made entirely in client-side JavaScript.
https://zengm.com
Other
349 stars 127 forks source link

Change Anchorage font #430

Closed mamamia5x closed 1 year ago

mamamia5x commented 1 year ago

I figured out how to change the font in the logo, and went back to the original font. If it doesn't look better in your opinion, then just close this PR.

Old

old

New

new

dumbmatter commented 1 year ago

It does look better.

It looks like that SVG has the whole font embedded in it, which increases file size. It should be possible to save it so that it just traces the letters into vectors, rather than keeping it as a font. That would decrease file size. But for some reason, when I download the SVG and open it, the font looks different than it does in the screenshot here. So maybe you can figure out how to do that?

mamamia5x commented 1 year ago

Alright, I converted the text into paths and it should now work properly.

dumbmatter commented 1 year ago

Thanks, I'll put it in the next update. Not merging this PR because I want to use a slightly different version (removed whitespace around the border and compressed)

mamamia5x commented 1 year ago

Sounds good, thanks