diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-10-03 08:27:50 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-10-03 08:27:50 +0000 |
| commit | cf0b3bff8547783fe518351dd85debdc1e9633e4 (patch) | |
| tree | b0bc7f485865dca0eb17b8e0424a52037031dc98 /chakra.theme.js | |
| parent | 23b667695991fafeae523aff1de7df81770461cd (diff) | |
| parent | 787d3aaa3187d3432c8e6b743b555ea3e4a4980c (diff) | |
Merged in CR/Pricelist (pull request #80)
CR/Pricelist
Diffstat (limited to 'chakra.theme.js')
| -rw-r--r-- | chakra.theme.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chakra.theme.js b/chakra.theme.js new file mode 100644 index 00000000..f379db20 --- /dev/null +++ b/chakra.theme.js @@ -0,0 +1,10 @@ +import { extendTheme } from '@chakra-ui/react' + +const theme = extendTheme({ + fonts: { + heading: `'Inter', sans-serif`, + body: `'Inter', sans-serif` + } +}) + +export default theme |
