Skip to content

Commit

Permalink
lesson guide
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 30, 2024
1 parent 0495ce3 commit b592921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AppTheme.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import { ThemeProvider, createTheme } from "@mui/material/styles";
import React from "react";
// 1. install "Inter" font from https://fontsource.org/fonts/inter/install and import it

const theme = createTheme({
palette: {
background: {
default: "#f5f5f5",
},
},
// 2. Add a typography object with a fontFamily property (https://mui.com/material-ui/customization/typography/)
});

export default function AppTheme({ children }: React.PropsWithChildren) {
Expand Down

0 comments on commit b592921

Please sign in to comment.