tarekelkurjie / duck.js

An open-source JavaScript project with the sole purpose of rendering a duck on a screen.
https://duckspin.herokuapp.com
MIT License
2 stars 0 forks source link

Fix font on IOS devices #12

Closed joeymalvinni closed 2 years ago

joeymalvinni commented 2 years ago

Currently when viewing the website on a non-Microsoft device, the super epic Comic Sans font is not loaded and instead, because the fallback font is set to cursive (an oversight on my part), the website is displayed as an absolutely terrible cursive font.

The fix:

Download Comic sans as a .ttf instead and reference that in the CSS file.