connect-fonts-chunkfive

0.0.1-alpha1 • Public • Published

connect-fonts-chunkfive

A connect-fonts fontpack for the ChunkFive font.

Usage

  1. Include connect-fonts in a node module.
const font_middleware = require("connect-fonts");
  1. Include the font packs that you want to serve.
const chunkfive = require("connect-fonts-chunkfive");
  1. Add a middleware by calling the setup function.
    app.use(font_middleware.setup({
      fonts: [ chunkfive ],
      allow_origin: "https://exampledomain.com"
    }));
  1. Add a link tag to include the font CSS.
    <link href="/en/chunkfive/fonts.css" type="text/css" rel="stylesheet"/ >
  1. Set your CSS up to use the new font by using the "Chunk Five" font-family.
    body {
      font-family: 'Chunk Five', 'sans-serif', 'serif';
    }

Author

Credits

Original font set downloaded from fontsquirrel.com. Chunk Five created by The League of Moveable Type

License

This software is dual licenced under version 2.0 of the MPL and version 1.1 of the SIL Open Font License

https://www.mozilla.org/MPL/

http://scripts.sil.org/OFL

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i connect-fonts-chunkfive

      Weekly Downloads

      2

      Version

      0.0.1-alpha1

      License

      none

      Last publish

      Collaborators

      • stomlinson