css.gg VS Google Fonts

Compare css.gg vs Google Fonts and see what are their differences.

css.gg

700+ Pure CSS, SVG, PNG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API and 6000 glyphs (by astrit)

Google Fonts

Font files available from Google Fonts, and a public issue tracker for all things Google Fonts (by google)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
css.gg Google Fonts
20 498
9,587 17,721
- 0.5%
4.0 9.9
about 1 month ago about 7 hours ago
SCSS HTML
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

css.gg

Posts with mentions or reviews of css.gg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-28.
  • Free Icons for your reactjs and web applications
    4 projects | dev.to | 28 Dec 2023
    6. css.gg
  • 29 Websites For Free Icon Sets
    6 projects | dev.to | 22 Sep 2023
    css.gg - A library of more than 500 minimalistic CSS icons, which are customizable and retina-ready.
  • 10 FREE SVG Icon Libraries For Front-End Developers
    5 projects | dev.to | 20 Nov 2022
    700+ CSS Icons: Pure CSS icons library, Customizable & Retina-Ready built 100% in pure CSS, SVG, SVG Sprite, styled components, Figma, and Adobe XD. Easy integration: Embed, NPM & API.
  • 70 Free Resources For Web Designers and Developers
    15 projects | dev.to | 9 Oct 2022
    23. css icons
  • Good News!!! Catagories...
    2 projects | /r/PeerTube | 1 Oct 2022
    // Define and ADD custom CSS const customCSS = ` hr { background-color: #ccc !important; } a.menu-link i { margin-right: 16px; } `; const style = document.createElement("style"); style.type = "text/css"; style.appendChild(document.createTextNode(customCSS)); head.appendChild(style); // Define separator const separator = document.createElement("hr"); separator.setAttribute("width", "80%"); separator.setAttribute("color", "white"); separator.setAttribute("background-color", "white"); separator.setAttribute("height", "1px"); separator.setAttribute("visible", "true"); //Adding links MENU_LINKS.forEach((link) => { if (link.name === "separator") { // Adding separator menuContainer.appendChild(separator.cloneNode()); } else { // Adding link // Manage icon (automatically import if start with gg-*** from https://css.gg) let icon = ""; if (link.icon.startsWith("gg-")) { icon = ``; const ggName = link.icon.replace("gg-", ""); // Inject css in the head const cssLink = document.createElement("link"); cssLink.type = "text/css"; cssLink.rel = "stylesheet"; cssLink.href = `https://css.gg/${ggName}.css`; head.appendChild(cssLink); } else { icon = ``; } // Create link const linkNode = linkTemplate.cloneNode(); linkNode.setAttribute("href", link.url); linkNode.setAttribute("routerLink", link.url); linkNode.setAttribute("target", (link.target || "_self")); linkNode.innerHTML = icon + " " + link.name; // Add link to the menu menuContainer.appendChild(linkNode); } });
  • 25 CSS Tools/Resources That You Should Bookmark
    4 projects | dev.to | 15 Jan 2022
  • Web Development Resources series! Part -2
    3 projects | dev.to | 5 Oct 2021
    👉 css.gg
  • How can I make icons like these using HTML, CSS?
    5 projects | /r/web_design | 5 Aug 2021
  • Fontawesome alternatives
    2 projects | dev.to | 4 Jul 2021
  • CSS.GG - 2.0 - 700 UI Icons in CSS, SVG & Figma
    2 projects | /r/FigmaDesign | 24 Apr 2021

Google Fonts

Posts with mentions or reviews of Google Fonts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-11.
  • Custom Fonts In React Native: Pro Tip!
    1 project | dev.to | 7 May 2024
    Head over to a font repository like Google Fonts and choose a font you like. Let's say we pick "Briem Hand" from the search input. Download the font files by clicking Get Font, usually provided in a zip format.
  • Remnants of a Legendary Typeface Have Been Rescued from the River Thames
    1 project | news.ycombinator.com | 6 May 2024
    Thanks!, hadn’t come across Mebinac.

    I’m also a big fan of Igino Marini’s recreation of the Fell typefaces:

    The Fell Types took their name from John Fell, a Bishop of Oxford in the seventeenth-century. Not only he created an unique collection of printing types but he started one of the most important adventures in the history of typography. — https://web.archive.org/web/20240128075552/https://iginomari...

    The IM Fell fonts themselves seem to live on Google Fonts these days: https://fonts.google.com/?query=Igino+Marini

    I use Doves Type for… everything. One day I started to find my monomaniacal obsession a bit funny and sort of to spite myself I set every font in Firefox to Doves Type. Serif, sans-serif, monospace, no other fonts allowed, as well as the UI font by tweaking the Firefox user profile iirc.

    And it was just… very good. And I kept using it.

    I use Doves Type for everything, and to be able to do that on my phone I use iFont: https://apps.apple.com/is/app/ifont-find-install-any-font/id...

    Or yeah I do use IBM PC VGA 9x16, IBM BIOS 8x8, and Eagle Spirit PC CGA Board Alternate 3 a little :) From the Ultimate Oldschool PC Font Pack: https://int10h.org/oldschool-pc-fonts/

    I even munged together a combination of Doves Type Regular and IM Fell Great Primer Italic that matches the character scale and linespacing to both each other and to the IBM PC VGA 9x16 font at 1:1 size. FontLab did the trick!: https://fontforge.org/en-US/

    (FontForge can autogenerate italics for any font. If you’re bored, I suggest loading up the classic VGA font and pressing the ITALICIZE button on ot. It’s… interesting!)

    In general, on Windows I much prefer MacType’s fomt rendering: https://www.mactype.net … it’s kind of amazing that this kind of surgery is even possible.

  • Add a Custom Font to Your XCode Project
    1 project | dev.to | 4 May 2024
    Choose and download font When choosing a font for your application design, you need to consider the factors such as the font's readability, its contrast, how well it can scale on different devices, and whether it matches your application's brand and color scheme. After deciding the font, download its .tff files. One can get these files from Google Fonts. In this example, we will download 'Sedan SC' font.
  • React website sample for portfolio
    2 projects | dev.to | 11 Apr 2024
    I first checking out any good fonts on Google font that fits the theme of the website. I select the Nunito as I could feel the playful vibe behind it.
  • Optimizing Fonts and Images (Next.js)
    1 project | dev.to | 31 Mar 2024
    Visit Google Fonts and search for Lusitana to see what options are available.
  • Google Fonts: Can't use the /download URLs to fetch static font files
    1 project | news.ycombinator.com | 30 Mar 2024
  • An Afternoon with SVGs | Frontend Challenge Entry
    2 projects | dev.to | 28 Mar 2024
    Next I spruced up my form's visuals a bit by heading to Google Fonts and finding one that had camping vibes - eventually landing on Amatic SC. Then I had the wild idea of making the form look like a piece of paper, so that I could make the submit button fold the paper up into an envelope or paper airplane and fly off screen if it was submitted successfully (This was EXTREMELY high hopes and I didn't even get around to trying to start this animation in the time I allotted myself 😂). I started by trying to find a crumpled paper look on sites like Hero Patterns, but eventually found myself on this codepen:
  • Button Component with RiotJS (Material Design)
    4 projects | dev.to | 23 Mar 2024
    BeerCSS supports Material Fonts by default, here is the list of all icons: https://fonts.google.com/
  • Free Resources Every Web Developer Should Know About
    15 projects | dev.to | 18 Mar 2024
    Google Fonts (https://fonts.google.com/)
  • 100+ FREE Resources Every Web Developer Must Try
    22 projects | dev.to | 26 Feb 2024
    Google Fonts

What are some alternatives?

When comparing css.gg and Google Fonts you can also consider the following projects:

tailwind-figma - FlowBite is a free and open-source set of UI components and pages in Figma built for Tailwind CSS

inter - The Inter font family

feather - Simply beautiful open-source icons

source-code-pro - Monospaced font family for user interface and coding environments

heroicons-ui

fontsource - Self-host Open Source fonts in neatly bundled NPM packages.

genshin-api-tutorial - Repo to accompany the tutorial series for Web Dev Newbies

JetBrainsMono - JetBrains Mono – the free and open-source typeface for developers

msn-weather-app-clone - Clone of the MSN weather app.

PrusaSlicer - G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)

readme.so - An online drag-and-drop editor to easily build READMEs

Font-Awesome - The iconic SVG, font, and CSS toolkit