connect-fonts-alegreya
v0.0.1
Published
Alegreya font pack for connect-fonts
Downloads
8
Maintainers
Readme
connect-fonts-alegreya
Alegreya fontpack for connect-fonts.
Usage
- Include connect-fonts in a node module.
const font_middleware = require("connect-fonts");
- Include the font packs that you want to serve.
const font_pack = require("connect-fonts-alegreya");
- Add a middleware by calling the
setup
function.
app.use(font_middleware.setup({
fonts: [ font_pack ],
allow_origin: "https://exampledomain.com"
}));
- Add a link tag to include the font CSS.
<link href="/alegreya-black/fonts.css" type="text/css" rel="stylesheet"/ >
Multiple fonts from the family can be included by using a comma separated list of fonts:
<link href="/alegreya-black,alegreya-blackitalic,alegreya-bold,alegreya-bolditalic,alegreya-italic,alegreya-regular/fonts.css" type="text/css" rel="stylesheet"/ >
Available fonts:
- alegreya-black
- alegreya-blackitalic
- alegreya-bold
- alegreya-bolditalic
- alegreya-italic
- alegreya-regular
Locale-optimised font sets can be served by specifying the locale in the fonts.css URL.
<link href="/latin/alegreya-black/fonts.css" type="text/css" rel="stylesheet"/ >
Available subsets:
- latin
- Set your CSS up to use the new font by using the "Alegreya" font-family.
body {
font-family: 'Alegreya', 'sans-serif', 'serif';
}
Font Info
Alegreya
- Copyright: Copyright (c) 2011, Juan Pablo del Peral (juan@huertatipografica.com.ar), with Reserved Font Names "Alegreya" "Alegreya SC"
- Trademark: Alegreya is a trademark of Juan Pablo del Peral
- Designer: Juan Pablo del Peral
- Designer URL: www.huertatipografica.com.ar
- Vendor: Juan Pablo del Peral
- Vendor URL: www.huertatipografica.com.ar
Development Info
Author
- Shane Tomlinson
- shane@shanetomlinson.com
- stomlinson@mozilla.com
- set117@yahoo.com
- https://shanetomlinson.com
- https://github.com/shane-tomlinson
- @shane_tomlinson
License
Software: Licenced under version 2.0 of the MPL
https://www.mozilla.org/MPL/
Fonts: Licensed under version 1.1 of the SIL Open Font License
http://scripts.sil.org/OFL