The Typography components apply the Artifakt typeface to text.
Read more about when and how to use the Typography components on the HIG website.
yarn add @hig/typography
import { Text } from '@hig/typography';
import '@hig/typography/build/index.css';
<Text>Artifakt Element is the preferred font.</Text>