0.0.5 • Published 11 years ago

connect-fonts-opensans v0.0.5

Weekly downloads
192
License
-
Repository
github
Last release
11 years ago

connect-fonts-opensans

A connect-fontshttps://github.com/shane-tomlinson/connect-fonts fontpack for the OpenSans font.

Usage

  1. Include connect-fontshttps://github.com/shane-tomlinson/connect-fonts in a node module.
const font_middleware = require("connect-fonts");
  1. Include the font packs that you want to serve.
const opensans = require("connect-fonts-opensans");
  1. Add a middleware by calling the setup function.
app.use(font_middleware.setup({
  fonts: [ opensans ],
  allow_origin: "https://exampledomain/com"
}));

Author

Credits

Original font set downloaded from fontsquirrel.com. Open Sans created by Ascender Fonts @ http://www.ascenderfonts.com/

License

This software is dual licenced under version 2.0 of the MPL and version 2.0 of the Apache License.

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

http://www.apache.org/licenses/

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3-beta1

11 years ago

0.0.3-alpha3

11 years ago

0.0.3-alpha2

11 years ago

0.0.3-alpha1

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago