this post was submitted on 20 Oct 2025
29 points (100.0% liked)

Asklemmy

50964 readers
464 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

Was hoping if anyone wouldbe kind enough to tell me if there was a good alternative to Google-Fonts ? I wish to use all those cool fancy HTML/CSS fonts without going to Google

top 2 comments
sorted by: hot top controversial new old
[โ€“] Shifty@sh.itjust.works 20 points 2 days ago

Fontsource has a lot of the same fonts as google fonts (and a few extras like Iosevka). Keep in mind that they do not offer a CDN which means that to use the font in your project you must host it yourself.

[โ€“] retrolasered@feddit.uk 14 points 2 days ago

Woff2 tool (by google), converts any ttf font to woff2 format for use in web development. You can host whatever font you want in your assets folder.