Merge pull request #2140 from omnivore-app/feat/more-web-fonts

Add more fonts
This commit is contained in:
Jackson Harper 2023-04-28 20:59:53 +08:00 committed by GitHub
commit 67dc324eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 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 = {