DragonsInn / fontgen-loader

Automated webfont generation from SVG icons. Use with WebPack!
125 stars 42 forks source link

(feat) allow base64 embedding in css #6

Closed cristinecula closed 8 years ago

cristinecula commented 8 years ago

Sometimes it is useful to inline the generated font in the css. Using the loader: "style!css!fontgen?embed&types=woff" configuration, one can generate css similar to the Concourse font stylesheet, which is supported in all major browsers (IE9+).

cristinecula commented 8 years ago

Hello @IngwiePhoenix! Have you had a chance to look over this?

IngwiePhoenix commented 8 years ago

Oh my god! I am so sorry I haven't noticed any of the PRs i have thus far! Ill check it out right now.

IngwiePhoenix commented 8 years ago

Awesome! Merging. :)

cristinecula commented 8 years ago

Great! Thanks a lot! :D