rohanray / next-fonts

Import fonts in Next.js (supports woff, woff2, eot, ttf, otf & svg)
179 stars 12 forks source link

Add option for setting inline file size limit in `url-loader` #30

Closed davidcsally closed 4 years ago

davidcsally commented 4 years ago

This adds supporting for setting this limit property in url-loader by passing inlineFontLimit with a custom value.


Hello @rohanray! I created this PR to give the option for setting a custom limit in url-loader. Let me know what you think! Feel free to edit/modify as you see fit. This is based on how it is setup in next-images https://github.com/twopluszero/next-images#inlineimagelimit