@duetds/fonts
Advanced tools
Comparing version 0.0.1-alpha.15 to 0.0.1-alpha.16
{ | ||
"name": "@duetds/fonts", | ||
"version": "0.0.1-alpha.15", | ||
"description": "This package includes Duet Design System font tools.", | ||
"version": "0.0.1-alpha.16", | ||
"description": "This package includes Duet Fonts and related tools.", | ||
"author": "Viljami Salminen <ext-viljami.salminen@lahitapiola.fi>", | ||
@@ -24,3 +24,3 @@ "main": "lib/fonts.js", | ||
}, | ||
"gitHead": "e05704fd18a7cea182160ae9d680c0c13397649e", | ||
"gitHead": "db5b3067af768f6e56aea99f3115d717dec235f9", | ||
"devDependencies": { | ||
@@ -27,0 +27,0 @@ "copyfiles": "^2.1.0", |
# Duet Fonts | ||
This package includes Duet Design System font tools. | ||
This package includes Duet Fonts and related tools. | ||
## Usage | ||
``` | ||
const DuetFonts = require("@duetds/fonts") | ||
For usage instructions, please see Duet Design System [documentation](https://www.duetds.com). | ||
console.log(new DuetFonts()); | ||
``` | ||
## Copyright | ||
Copyright © 2019 LähiTapiola. | ||
Copyright © 2019 LocalTapiola/Turva. |
1059
12