@becaskurtces/gaia-fe-entity-fonts
v1.0.2
Published
Entity corporate fonts (Display & Text) with @font-face declarations
Downloads
255
Maintainers
Readme
@becaskurtces/gaia-fe-entity-fonts
Corporate fonts (Display & Text) packaged as an npm module with @font-face declarations.
Fonts included
| Font family | Weights | Styles |
| ---------------- | ------------------------------------ | --------------- |
| Entity Display | 300, 400, 500, 700, 800 | normal, italic |
| Entity Text | 300, 400, 500, 700, 800 | normal, italic |
All font files are in WOFF2 format.
Installation
npm install @becaskurtces/gaia-fe-entity-fontsUsage
Import the CSS in your main stylesheet or entry point:
// SCSS
@import '@becaskurtces/gaia-fe-entity-fonts';/* CSS */
@import '@becaskurtces/gaia-fe-entity-fonts';Then use the fonts:
body {
font-family: 'Entity Text', sans-serif;
}
h1, h2, h3 {
font-family: 'Entity Display', sans-serif;
}Available weights
| Weight | Name | | ------ | --------- | | 300 | Light | | 400 | Regular | | 500 | Medium | | 700 | Bold | | 800 | Extrabold |
License
UNLICENSED — All rights reserved. Internal use only (Entity).
