diff --git a/packages/web/components/templates/article/FontFamiliesOptions.tsx b/packages/web/components/templates/article/FontFamiliesOptions.tsx index c119d219c..ce894331f 100644 --- a/packages/web/components/templates/article/FontFamiliesOptions.tsx +++ b/packages/web/components/templates/article/FontFamiliesOptions.tsx @@ -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', diff --git a/packages/web/components/templates/article/ReaderSettingsControl.tsx b/packages/web/components/templates/article/ReaderSettingsControl.tsx index 7ef0a47bf..4e79d65cd 100644 --- a/packages/web/components/templates/article/ReaderSettingsControl.tsx +++ b/packages/web/components/templates/article/ReaderSettingsControl.tsx @@ -35,9 +35,13 @@ const FONT_FAMILIES = [ 'Lora', 'Open Sans', 'Roboto', + 'Newsreader', + 'Montserrat', 'Crimson Text', 'OpenDyslexic', 'Source Serif Pro', + 'LXGWWenKai', + 'AtkinsonHyperlegible', ] type SettingsProps = { diff --git a/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Bold.ttf b/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Bold.ttf new file mode 100644 index 000000000..c72b4889f Binary files /dev/null and b/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Bold.ttf differ diff --git a/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Italic.ttf b/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Italic.ttf new file mode 100644 index 000000000..1cf113a08 Binary files /dev/null and b/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Italic.ttf differ diff --git a/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Regular.ttf b/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Regular.ttf new file mode 100644 index 000000000..23614a4d3 Binary files /dev/null and b/packages/web/public/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Regular.ttf differ diff --git a/packages/web/public/static/fonts/LXGWWenKai/LXGWWenKai-Bold.ttf b/packages/web/public/static/fonts/LXGWWenKai/LXGWWenKai-Bold.ttf new file mode 100644 index 000000000..d33970608 Binary files /dev/null and b/packages/web/public/static/fonts/LXGWWenKai/LXGWWenKai-Bold.ttf differ diff --git a/packages/web/public/static/fonts/LXGWWenKai/LXGWWenKai-Regular.ttf b/packages/web/public/static/fonts/LXGWWenKai/LXGWWenKai-Regular.ttf new file mode 100644 index 000000000..612dac66e Binary files /dev/null and b/packages/web/public/static/fonts/LXGWWenKai/LXGWWenKai-Regular.ttf differ diff --git a/packages/web/public/static/fonts/Newsreader/Newsreader-Bold.ttf b/packages/web/public/static/fonts/Newsreader/Newsreader-Bold.ttf new file mode 100644 index 000000000..c4f0e0419 Binary files /dev/null and b/packages/web/public/static/fonts/Newsreader/Newsreader-Bold.ttf differ diff --git a/packages/web/public/static/fonts/Newsreader/Newsreader-Italic.ttf b/packages/web/public/static/fonts/Newsreader/Newsreader-Italic.ttf new file mode 100644 index 000000000..ff65133da Binary files /dev/null and b/packages/web/public/static/fonts/Newsreader/Newsreader-Italic.ttf differ diff --git a/packages/web/public/static/fonts/Newsreader/Newsreader-Regular.ttf b/packages/web/public/static/fonts/Newsreader/Newsreader-Regular.ttf new file mode 100644 index 000000000..5b9aedd4e Binary files /dev/null and b/packages/web/public/static/fonts/Newsreader/Newsreader-Regular.ttf differ