Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/font-bomb
Serve Google Web Fonts Yourself
https://github.com/eeue56/font-bomb
Last synced: about 2 months ago
JSON representation
Serve Google Web Fonts Yourself
- Host: GitHub
- URL: https://github.com/eeue56/font-bomb
- Owner: eeue56
- License: apache-2.0
- Created: 2014-01-12T01:10:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T01:13:59.000Z (about 11 years ago)
- Last Synced: 2024-05-21T12:33:38.865Z (8 months ago)
- Language: JavaScript
- Homepage: http://code-curve.github.io/font-bomb
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
font-bomb
=========_Serve Google Web Fonts Yourself_
A small tool designed to be used with Google WebFonts. Basically, I got a bit fed up of developing web apps on lousy connections and having my fonts not load because they were hosted on Google, so I wrote this tool to save anyone else the trouble.
---
Here's how it works.
```
npm install fontbomb -g
cd public/
fontbomb "http://fonts.googleapis.com/css?family=Seymour+One|Chango"
```Fontbomb will then go away and collect all required Woff and CSS files and add them straight into your project*.
Then just reference the stylesheet created at `css/fonts.css` from your HTML file, and you'll be able to use all of those new fonts, but you'll be serving them yourself.
\* Fontbomb will create the folders if they aren't there.