Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 543 Bytes

Typography

The Typography components apply the Artifakt typeface to text.

Read more about when and how to use the Typography components on the HIG website.

Getting started

yarn add @hig/typography @hig/theme-context @hig/theme-data
yarn add @hig/fonts

Import the component and CSS

import Typography from '@hig/typography';
import "@hig/fonts/build/ArtifaktElement.css";

Basic usage

<Typography>Artifakt Element is the preferred font.</Typography>