Skip to content

elifitch/font-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Font-Scraper

This is a little node script you run in the command line to scrape all the fonts from a site. Quickly grabbing all fonts on a site can be extremely useful when prototyping something for a client or prospect, experimenting on something for yourself, etc.

##How to use Clone the repo, run npm install to take care of a few dependencies, and then run node font-scraper http://www.example.com. Simple as that.

##Known Issues It's not without issues. Currently it doesn't support typekit or other services that load font CSS with client side JS, nor does it support stylesheets brought in with @import.

##Planned Improvements After its a bit more stable, I'll build a front end for it and turn it into a web app.

About

Scrapes all the fonts from a given url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published