File tree 4 files changed +14
-0
lines changed
4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ function Attraction(props: AttractionProps) {
33
33
34
34
< Grid
35
35
container
36
+ item
36
37
xs
37
38
sm
38
39
sx = { {
Original file line number Diff line number Diff line change
1
+ import "./styles.css" ;
2
+
1
3
export { darkTheme } from "./dark.theme" ;
2
4
export { lightTheme } from "./light.theme" ;
Original file line number Diff line number Diff line change
1
+ @import url ("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap" );
Original file line number Diff line number Diff line change @@ -2,6 +2,16 @@ import { TypographyOptions } from "@mui/material/styles/createTypography";
2
2
3
3
const typographyOptions : TypographyOptions = {
4
4
fontSize : 16 ,
5
+ fontFamily : [
6
+ '"Noto Serif JP"' ,
7
+ "Roboto" ,
8
+ '"Helvetica Neue"' ,
9
+ "Arial" ,
10
+ "sans-serif" ,
11
+ '"Apple Color Emoji"' ,
12
+ '"Segoe UI Emoji"' ,
13
+ '"Segoe UI Symbol"' ,
14
+ ] . join ( "," ) ,
5
15
h1 : {
6
16
fontSize : 24 ,
7
17
fontWeight : 600 ,
You can’t perform that action at this time.
0 commit comments