Skip to content

Commit

Permalink
fix: import fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes committed Nov 15, 2023
1 parent 4b66dba commit d0d5c18
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/app/clientLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
"use client"

import '@fontsource/roboto/300.css';
import '@fontsource/roboto/400.css';
import '@fontsource/roboto/500.css';
import '@fontsource/roboto/700.css';

import { orange } from "@mui/material/colors";
import CssBaseline from "@mui/material/CssBaseline";
import { createTheme, styled } from "@mui/material/styles";
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"@mui/system": "^5.10.14",
Expand Down
7 changes: 7 additions & 0 deletions frontend/pnpm-lock.yaml

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

0 comments on commit d0d5c18

Please sign in to comment.