owncast/web/stories/Typography.stories.mdx
2022-05-12 14:45:56 -07:00

11 lines
324 B
Text

import { Canvas, Meta, Story } from '@storybook/addon-docs';
<Meta title="owncast/Style Guide/Typography" />
# Font
[Inter font](https://rsms.me/inter/)
<Canvas style={{ color: 'var(--theme-text-color-secondary)' }}>
{getComputedStyle(document.documentElement).getPropertyValue('--theme-font-family')}
</Canvas>