@hig/fonts
v2.0.0
Published
HIG Fonts
Downloads
1,515
Readme
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";