Derpius / VisTrace

Garry's Mod binary module for tracing meshes at high speed on the CPU (and much more)
https://derpius.github.io/VisTrace
MIT License
28 stars 1 forks source link

[bug] Add font fallbacks to extension badge #35

Closed Derpius closed 2 years ago

Derpius commented 2 years ago

Describe the bug While Windows has the Franklin Gothic font used by the VisTrace logo bundled in most cases, Mac/iOS/iPadOS and possibly other operating systems do not, causing it to fall back to Times New Roman

Expected behaviour The font should fall back through a Verdana font stack.
Additionally a font stack for Verdana should be added to the EXTENSION text.

Screenshots D9377867-5F6E-4C44-B5FC-EF4BF8F80146

Additional context https://www.cssfontstack.com/Franklin-Gothic-Medium Verdana font stack: Verdana, "Verdana Ref", sans-serif;

Derpius commented 2 years ago

Fixed in f7fe45824881a815a79f356aa2d3d3e5c37a954e 993E6363-64EA-4811-9B06-DB7CA63DA6D5