Initial commit
This commit is contained in:
15
theme.ts
Normal file
15
theme.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import { extendTheme } from "@chakra-ui/react";
|
||||
|
||||
const fontString =
|
||||
'"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;';
|
||||
|
||||
export default extendTheme({
|
||||
config: {
|
||||
initialColorMode: "dark",
|
||||
useSystemColorMode: true,
|
||||
},
|
||||
fonts: {
|
||||
body: fontString,
|
||||
heading: fontString,
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user