Hacker News new | ask | show | jobs
by asattarmd 2629 days ago
Good, but I'd replace that font with the default:

`font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif`

It'd remove the unnecessary font and still look good.

3 comments

Default fonts are certainly the best thing to have. I am a sucker for "Fira", so included that!
I'd add the standard "system-ui" before all of that.
Nowadays `font-family: system-ui, sans-serif` is good enough.