@financial-times/o-typography
Version:
Typographical styles for FT branded sites. Including typographical fundamentals such as font scales, vertical rhythm, and font fallbacks; plus styles for UI including links, headings, and titles. Other components build on o-typography to provide for more
57 lines (56 loc) • 1.77 kB
JSON
{
"name": "@financial-times/o-typography",
"version": "7.6.2",
"description": "Typographical styles for FT branded sites. Including typographical fundamentals such as font scales, vertical rhythm, and font fallbacks; plus styles for UI including links, headings, and titles. Other components build on o-typography to provide for more specific usecases.",
"keywords": [
"font",
"link",
"links",
"heading",
"headings",
"text",
"copy",
"scale",
"caption",
"footer",
"list",
"lists"
],
"homepage": "https://registry.origami.ft.com/components/o-typography",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-typography,components",
"email": "origami.support@ft.com"
},
"license": "MIT",
"type": "module",
"browser": "main.js",
"scripts": {
"start": "npx serve ./demos/local",
"build": "bash ../../scripts/component/build.bash",
"test": "bash ../../scripts/component/test.bash",
"debug:js": "bash ../../scripts/component/debug-js.bash",
"lint": "bash ../../scripts/component/lint.bash",
"watch": "bash ../../scripts/component/watch.bash"
},
"dependencies": {
"fontfaceobserver": "^2.0.9"
},
"peerDependencies": {
"@financial-times/math": "^1.0.0",
"@financial-times/o-colors": "^6.6.0",
"@financial-times/o-fonts": "^5.0.0",
"@financial-times/o-grid": "^6.1.1",
"@financial-times/o-icons": "^7.0.0",
"@financial-times/o-normalise": "^3.3.0",
"@financial-times/o-spacing": "^3.0.0"
},
"devDependencies": {
"@financial-times/o-grid": "^6.1.1",
"@financial-times/o-normalise": "^3.3.0",
"@financial-times/o-colors": "^6.6.0"
},
"engines": {
"npm": ">7"
},
"private": false
}