How to include Google fonts in png or gif?

I use the Google font as the logo of the web application. But it doesn't seem to be as cool as I expected. But I still like the font I used. So I just want to turn this into a png or gif and use the image as a logo.

What is the easiest way to do something like this?

+3
source share
5 answers

While Aatch is right about the idea that web fonts don't need to be created, you can always download the font to your computer and create a logo in Photoshop.

+4
source

Take a screen shot of the text displayed in the browser that displays it best. Ctrl-PrintSrc on KDE and Windows.

+1

Mac: CMD + Shift + 4 Windows: Linux: PrintSrc

0

Take a screenshot, crop it in Photoshop.

0
source

I was faced with the same need to have static images of Google fonts.

It was a huge time, so I ended up automating it with the puppeteer / lambda. I keep up to date with all google fonts available to download @ gfontpng.com

0
source

All Articles