Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 469 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

Import the component and CSS

import { Text } from '@hig/typography';
import '@hig/typography/build/index.css';

Basic usage

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