@zemd/typeface-cisco-sans-tt
v1.1.0
Published
Self-hosted Cisco Sans TT font files and ready-to-use CSS.
Maintainers
Readme
@zemd/typeface-cisco-sans-tt
Self-hosted Cisco Sans TT font files and ready-to-use CSS. The package has no runtime dependencies and ships the original WOFF and WOFF2 assets without a build step.
The font files originate from Momentum UI.
Install
pnpm add @zemd/typeface-cisco-sans-ttUsage
Import every included face:
@import "@zemd/typeface-cisco-sans-tt/styles/sans.css";Or import only the weights and styles the application uses:
@import "@zemd/typeface-cisco-sans-tt/styles/400.css";
@import "@zemd/typeface-cisco-sans-tt/styles/700.css";
@import "@zemd/typeface-cisco-sans-tt/styles/700-oblique.css";
body {
font-family: "Cisco Sans TT", sans-serif;
}Raw font files are also exported under @zemd/typeface-cisco-sans-tt/files/* for consumers that generate their own @font-face rules.
Included faces
| Weight | Normal | Oblique | | --------------- | :----: | :-----: | | 100 Thin | Yes | Yes | | 200 Extra Light | Yes | Yes | | 300 Light | Yes | Yes | | 400 Regular | Yes | Yes | | 500 Medium | Yes | No | | 600 Semi Bold | No | No | | 700 Bold | Yes | Yes | | 800 Extra Bold | No | No | | 900 Heavy | Yes | Yes |
License
The package integration files and the Cisco Sans TT font files are available under the MIT license. The upstream font copyright and license are included in licenses/OpenSansTT.txt.
