Add the IBM Plex Sans font to the web

This commit is contained in:
Jackson Harper
2023-10-03 20:46:30 +08:00
parent c34207d5ea
commit 033e337f78
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 = {