the default font on Windows is MS UI Gothic, so you can just set your font-family to it and it’ll show up for anyone who already has it installed (basically only Windows users lol). it just checks the persons computer for it! if you want it to look the same for everyone, you’d need to upload a .ttf and use it as a fallback :)
the default font on Windows is MS UI Gothic, so you can just set your font-family to it and it’ll show up for anyone who already has it installed (basically only Windows users lol). it just checks the persons computer for it! if you want it to look the same for everyone, you’d need to upload a .ttf and use it as a fallback :)
somethign like this:
body { font-family: "MS UI Gothic", "MS Gothic", "Chicago", monospace; }
^^^^
omg thank u so much ur an actual lifesaver
i had no idea it was the default windows font lol