Merge pull request #2846 from omnivore-app/feat/web-ibm-plex-sans

Add the IBM Plex Sans font to the web
This commit is contained in:
Jackson Harper
2023-10-04 07:54:42 +08:00
committed by GitHub
5 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ const FONT_FAMILIES = [
'Merriweather',
'Lora',
'Open Sans',
'IBMPlexSans',
'Roboto',
'Newsreader',
'Montserrat',

View File

@ -42,6 +42,7 @@ const FONT_FAMILIES = [
'Source Serif Pro',
'LXGWWenKai',
'AtkinsonHyperlegible',
'IBMPlexSans',
]
type SettingsProps = {