connect-fonts-specialelite
v0.0.2
Published
Special Elite font pack for connect-fonts
Readme
connect-fonts-specialelite
A connect-fonts fontpack for the SpecialElite font.
Usage
- Include connect-fonts in a node module.
const font_middleware = require("connect-fonts");- Include the font packs that you want to serve.
const specialelite = require("connect-fonts-specialelite");- Add a middleware by calling the
setupfunction.
app.use(font_middleware.setup({
fonts: [ specialelite ],
allow_origin: "https://exampledomain.com"
}));- Add a link tag to include the font CSS.
<link href="/en/specialelite/fonts.css" type="text/css" rel="stylesheet"/ >- Set your CSS up to use the new font by using the "Special Elite" font-family.
body {
font-family: 'Special Elite', 'sans-serif', 'serif';
}Author
- Shane Tomlinson
- [email protected]
- [email protected]
- [email protected]
- https://shanetomlinson.com
- http://github.com/stomlinson
- http://github.com/shane-tomlinson
- @shane_tomlinson
Credits
Original font set downloaded from fontsquirrel.com. Special Elite created by Astigmatic One Eye Typographic Institute
License
This software is licenced under version 2.0 of the MPL
https://www.mozilla.org/MPL/
Fonts are licensed under version 2.0 of the Apache License
http://www.apache.org/licenses/
