mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
11 lines
324 B
Text
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>
|