@mrbuilder/plugin-fonts

4.4.7-alpha.9 • Public • Published

This plugin provides for font loading into webpack.

By default it supports woff, woff2, eot and svg font formats. Be careful not to have 2 loaders for the svg, this will prevent the svg from being loaded.

If using SVG files, this plugin will load them just fine, no need to add them to the mrbuilder-plugin-filetypes.

Options

Property Type Default Description
loader string url-loader What loader to use
fontTypes array see below mimtype settings and loaders for fonts
[
 {

     test    : /\.(woff|woff2)(\?v=\d+\.\d+\.\d+)?$/,
     mimetype: 'application/font-woff',
 },
 {
     test    : /\.ttf(\?v=\d+\.\d+\.\d+)?$/,
     mimetype: 'application/octet-stream'
 },
 {
     test  : /\.eot(\?v=\d+\.\d+\.\d+)?$/,
     loader: 'file-loader',
 },
 {
     test    : /\.svg(\?v=\d+\.\d+\.\d+)?$/,
     mimetype: 'image/svg+xml'
 }
]

Readme

Keywords

none

Package Sidebar

Install

npm i @mrbuilder/plugin-fonts

Weekly Downloads

0

Version

4.4.7-alpha.9

License

MIT

Unpacked Size

5.06 kB

Total Files

5

Last publish

Collaborators

  • speajus
  • nanandn
  • brycereynolds