Skip to content

Commit

Permalink
Noto Sans is slightly more readable than Open Sans
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Apr 27, 2023
1 parent cac05de commit 56baf82
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions commafeed-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commafeed-client/package.json
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@fontsource/open-sans": "^4.5.14",
"@fontsource/noto-sans": "^4.5.11",
"@lingui/core": "^3.17.0",
"@lingui/macro": "^3.17.0",
"@lingui/react": "^3.17.0",
Expand Down
2 changes: 1 addition & 1 deletion commafeed-client/src/App.tsx
Expand Up @@ -45,7 +45,7 @@ function Providers(props: { children: React.ReactNode }) {
theme={{
primaryColor: "orange",
colorScheme,
fontFamily: "Open Sans",
fontFamily: "Noto Sans",
}}
>
<ModalsProvider>
Expand Down
2 changes: 1 addition & 1 deletion commafeed-client/src/main.tsx
@@ -1,4 +1,4 @@
import "@fontsource/open-sans"
import "@fontsource/noto-sans"
import { store } from "app/store"
import dayjs from "dayjs"
import relativeTime from "dayjs/plugin/relativeTime"
Expand Down

0 comments on commit 56baf82

Please sign in to comment.