chimera-linux / chimera-linux.github.io

The website
Other
27 stars 24 forks source link

fix: add fallback values for font-family #12

Closed ayushnix closed 1 year ago

ayushnix commented 1 year ago

If a user is using web browsers like Firefox and enforcing their own and/or blocking remote fonts, the font-family values which enforce a single font like Noto Sans Mono don't work as expected. Adding fallback values of monospace and sans-serif fixes this issue.

q66 commented 1 year ago

this just broke the remote fonts entirely, i had to fix that separately

ayushnix commented 1 year ago

Ah, apologies for missing https://github.com/chimera-linux/chimera-linux.github.io/commit/fbf6339369288d49c1a023438f3f9cbc10719b9e 😅