diff options
author | Michal Sapka <michal@sapka.me> | 2022-08-13 22:51:43 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-08-13 22:51:43 +0200 |
commit | 4a54b59990122174153c18175c93028fd31edb5d (patch) | |
tree | d09f2bc887e09fdeddc188e131fc865a4ba4d352 /package.json | |
parent | 0c1973d84c3aa86e7ea6004e6e0845f123f49f2a (diff) |
feat: more theming
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 8bf31c64..a89aef3f 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "@chakra-ui/react": "^2.2.6", "@emotion/react": "^11.10.0", "@emotion/styled": "^11.10.0", + "@fontsource/lato": "^4.5.9", + "@fontsource/open-sans": "^4.5.11", "framer-motion": "^7.0.0", "next": "12.2.3", "react": "18.2.0", |