mirror of
https://github.com/owncast/owncast.git
synced 2025-01-10 10:37:32 +03:00
12 lines
324 B
Text
12 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>
|