Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
728 stars 72 forks source link

Add additional tests for type validation #100

Open Pomax opened 3 years ago

Pomax commented 3 years ago

With the code verifying on file extension for CSS and actual file content for parsing purposes, we should add a few tiny fonts without any glyphs in them of the various types (ttf, otf, woff, woff2) and permute their extensions to see whether the code does the right thing.