Add more web fonts AtkinsonHyperlegible, LXGWWenKai, Newsreader

This commit is contained in:
Jackson Harper 2023-04-28 20:32:58 +08:00
parent 1f320b6db4
commit 87be4b0db6
7 changed files with 7 additions and 0 deletions

View file

@ -4,12 +4,15 @@ import { theme } from '../../tokens/stitches.config'
import { CaretLeft, Check } from 'phosphor-react'
const FONT_FAMILIES = [
'AtkinsonHyperlegible',
'Inter',
'System Default',
'Merriweather',
'Lora',
'Open Sans',
'Roboto',
'Newsreader',
'Montserrat',
'Crimson Text',
'OpenDyslexic',
'Source Serif Pro',

View file

@ -35,9 +35,13 @@ const FONT_FAMILIES = [
'Lora',
'Open Sans',
'Roboto',
'Newsreader',
'Montserrat',
'Crimson Text',
'OpenDyslexic',
'Source Serif Pro',
'LXGWWenKai',
'AtkinsonHyperlegible',
]
type SettingsProps = {