taiwangoldcard / website

Taiwan Gold Card Community website
https://taiwangoldcard.com
Other
43 stars 18 forks source link

Using system fonts instead of custom web fonts? #88

Closed geekyme closed 4 years ago

geekyme commented 4 years ago

https://www.wholegraindigital.com/blog/performant-web-fonts/

Web fonts currently slow down our page rendering.

Screenshot 2020-08-27 at 6 51 07 PM

Maybe we can just use this stack, it works on every platform, no need for custom web fonts.

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Oxygen-Sans, Ubuntu, Cantarell,
               "Helvetica Neue", sans-serif;
}
fifieldt commented 4 years ago

This sounds like a good idea to me. The fonts look ok?

geekyme commented 4 years ago

Looks fine to me. Standard round type fonts. The current font is very beautiful though.