Google Fonts
Font files available from Google Fonts, and a public issue tracker for all things Google Fonts (by google)
og-image
Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc (by vercel)
Google Fonts | og-image | |
---|---|---|
523 | 19 | |
18,620 | 3,977 | |
0.8% | - | |
10.0 | 3.6 | |
6 days ago | about 2 years ago | |
HTML | TypeScript | |
- | 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.
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.
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 2025-03-16.
-
Building a React CMS: Fonts, SCSS Resets, and Layout Implementation
I will use the Google Fonts service, we can use CDN links but I like to have those fonts directly in a project that is why I will download a list of fonts. I want to use the neutral font "Roboto", I think this type of font will fantastically represent our app with its functionality. I will download them and take only a few of them: regular, bold, light, and medium types.
-
Top 20 Front-End Development Tools to Use in 2025
13. Google Fonts
-
The Best 100 Free UI/UX Resources for Every Designer & Developer
Google Fonts fonts.google.com Open-source fonts optimized for the web.
-
Fonts Personalizadas no React Native CLI
link do Google Fonts: https://fonts.google.com
-
30 Best Free Tools for Frontend Developers in 2025
Website: fonts.google.com
-
Ghostwriter – use the reMarkable2 as an interface to vision-LLMs
That's definitely pretty easy to achieve, just change the font settings to use a particular handwritten style font [0].
[0] https://fonts.google.com/?categoryFilters=Calligraphy:%2FScr...
-
How I Designed a Red Dead Redemption 2 Inspired Map in Mapbox Studio
The game map uses several different typefaces to label places of interest from massive slab serifs to handwritten cursive. Rather than spending a single dime on paid fonts, I headed over to Google Fonts and quickly found decent alternatives to each type. Here’s the breakdown:
-
Typography for Modern Web Design
You can also download fonts from the internet using tools such as Google Fonts and then embed them into your webpage. For example:
-
Flutter App, Simple animation with Hooks 🪝
We are using google_fonts to make the font more human-like 🤓, with google fonts, you are free to choose from a wide range of great fonts, but feel free to ignore it since it doesn't have to do with the animation itself 😅
-
Variable Fonts for Dynamic Typography
Google fonts
og-image
Posts with mentions or reviews of og-image.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-16.
-
Generate dynamic OG images with Next.js and vercel edge functions
Now here's the thing since these are part of the meta tags, and The image shown in the tags are ... well! images, making them dynamic is a bit tricky. generating images isn't a menial task that just every web server can do ... it's resource intensive, time-consuming and all the other nightmares. and making it part of your dynamic web app is another ball game altogether. So what's new? well, @vercel/og is, this library lets you build image content from HTML/React that too insanely fast, like really fast . and you can pair this with any edge network like AWS Lambda on the edge, Cloudflare workers, etc to make it even faster.
- Show HN: Satori – Convert HTML and CSS to SVG in Milliseconds
-
How does github-readme-stats work?
It’s not embedding. When you paste that image url a serverless function running a headless browser requests say a next app which loads up a page based on the params in the url. Then we take a snapshot and image data is sent back as response to you hence the image appears. You can check out this: with NextJS and puppeteer
- Open Graph Image as a Service
-
Open Graph As A Service
The other day I was looking through a repo and stumbled across someone using Vercel’s open graph image generator (https://og-image.vercel.app/), something I had no idea existed. I was able to set it up and replace my own implementation of something similar on my blog in an evening. My implementation involved generating images at build time with Gatsby, why I ever thought that was a good idea is beyond me.
-
Dynamic Open Graph images with Next.js
But what if the content of the page is not visual at all, and no photo really suits the contents of the page? And what if we have a lot of these pages, with dynamically generated content? Luckily we are not limited to photography, we can use text! The prime example of this is how GitHub generates previews for issue URLs: they generate an image containing enough info such that users know what they will click on. These images are generated on-demand, as storing an image for every GitHub pull request or issue would be unfeasable. Another example is Vercel, which even open sourced their Open Graph Image as a Service that they occasionally use on blog posts or announcements.
-
Seamless Open Graph images generation library for Next.js
Hi, it is basically a embedded, better and easier (API-wise) version of https://github.com/vercel/og-image
-
How do I change the image that Google shows for my website?
Vercel has a really good simple generator if you don’t want to spend time on graphic design: https://og-image.vercel.app
-
I am working on an open graph image generator, and would like some feedback!
After some research, I found out that Vercel made an app (https://og-image.vercel.app/) that was really good, but did not quite fit what I was looking for, so I largely cloned the idea (but with my own code).
-
I made a tool to automatically serve images to use as OpenGraph images (social preview images). Does anyone want this??
Nice work. But I am using my custom fork of https://github.com/vercel/og-image.
What are some alternatives?
When comparing Google Fonts and og-image you can also consider the following projects:
fontsource - Self-host Open Source fonts in neatly bundled NPM packages.
puppeteer-demo - How to use Puppeteer to take webpage screenshots and generate dynamic Open Graph images for social sharing
source-code-pro - Monospaced font family for user interface and coding environments
next-api-og-image - :bowtie: Easy way to generate open-graph images dynamically in HTML or React using Next.js API Routes. Suitable for serverless environment.
Font-Awesome - The iconic SVG, font, and CSS toolkit
chrome-aws-lambda - Chromium Binary for AWS Lambda and Google Cloud Functions