2.0.0 • Published 2 years ago

@hig/fonts v2.0.0

Weekly downloads
13
License
Apache-2.0
Repository
github
Last release
2 years ago

Fonts

This package contains the fonts for Autodesk HIG.

Getting started

Install the package

yarn add @hig/fonts

Basic usage

The design system specifies three font weights, 400, 600, and 700. For ease of use we provide ArtifactElement.css which imports those three weights.

/* ArtifaktElement font w/ weights used in the design system (400, 600, and 700)  */
import "@hig/fonts/build/ArtifaktElement.css";