font-loading

1.1.0 • Public • Published

font-loading [wip]

Nuxt.js module for Font Loading Module Level 3 used for dynamically loading font resources.

Note: Font Loading Module Level 3 is still under development in some browsers.

Setup

  • Add font-loading as dependency
  • Add font-loading to modules section of nuxt.config.js
{
  modules: [
    ['font-loading', {
      fontName: '',
      fontPath: ''
    }]
  ]
}

API

fontFamily

Type: String

Default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif

fontName

Type: String

fontPath

Type: String

fontOptions.style

Type: String

Default: normal

fontOptions.weight

Type: String

Default: 400

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i font-loading

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

4.26 kB

Total Files

7

Last publish

Collaborators

  • dlbr