Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Webfonts chooser and embedder widget for Javascript

Does there already exist a widget which would allow the user to pick his/her choice from one of Google Webfonts fonts and you could embed this widget to your own web application?

http://www.google.com/webfonts

Some kind of advanced Font picker dialog with robust search and preview functionality, allowing dynamically to load Google Webfonts.

Does Google Webfonts expose the necessary listing and metadata to build such widget if one doesn't exist yet?

like image 999
Mikko Ohtamaa Avatar asked Nov 20 '12 11:11

Mikko Ohtamaa


People also ask

Can I use Google Fonts on my website?

Yes, you can use the fonts on any surface.


1 Answers

We have created a Google font picker.

It doesn't load all the fonts as you scroll. It only loads the fonts that are clicked. For font preview , we are using a single image which loads very fast . It has 700+ fonts

Download it from github

See demo here

like image 71
Saadi Avatar answered Sep 17 '22 23:09

Saadi