mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
default to inter font
This commit is contained in:
parent
afd2acf302
commit
c6ba1bee57
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const App = () => {
|
|||
highlightBarDisabled={true}
|
||||
highlightsBaseURL="https://example.com"
|
||||
fontSize={window.fontSize ?? 18}
|
||||
fontFamily={window.fontFamily ?? 'merriweather'}
|
||||
fontFamily={window.fontFamily ?? 'inter'}
|
||||
margin={window.margin}
|
||||
lineHeight={window.lineHeight}
|
||||
articleMutations={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue