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

  • redhilsha@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 day ago

    There isn’t any separate “Google Fonts” as far as I know. What youre likely referring to is the Noto typeface. Its the set of fonts Google typically uses.

    You might wanna check out the San Francisco typeface , it’s what I’m currently using on my Linux system. You probably know it already, it’s are the set of fonts Apple uses.

    There are many other typefaces that you might use as an alternate to Noto, such as;

    Arial(Microsoft), Helvetica, Ubuntu, Adwaita etc etc.

  • Shifty@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    19
    ·
    7 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
    link
    fedilink
    English
    arrow-up
    14
    ·
    7 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.