5
5
padding : 0 ;
6
6
margin : 0 ;
7
7
// font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'BIZ UDPGothic', 'Yu Gothic UI', 'Meiryo UI', Helvetica, Arial, sans-serif;
8
- font-family : sans-serif , BlinkMacSystemFont, ' Segoe UI' , ' Helvetica Neue' , Arial , ' Segoe UI' , ' BIZ UDPGothic' , ' Yu Gothic UI' , ' Meiryo UI' , Helvetica , sans-serif ;
8
+ // font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, 'Segoe UI', 'BIZ UDPGothic', 'Yu Gothic UI', 'Meiryo UI', Helvetica, sans-serif;
9
+ font-family : " -apple-system" , " BlinkMacSystemFont" , " Helvetica Neue" , " Segoe UI" , " Hiragino Kaku Gothic ProN" , " Hiragino Sans" , " ヒラギノ角ゴ ProN W3" , " Arial" , " メイリオ" , " Meiryo" , " sans-serif" ;
9
10
// font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
10
11
}
11
12
@@ -18,9 +19,10 @@ body {
18
19
letter-spacing : 0.03rem ;
19
20
-webkit-font-smoothing : antialiased ;
20
21
// background-color: #f8f8f8;
21
- // background-color: $bgColorBody;
22
+ background-color : $bgColorBody ;
22
23
// background-color: #eff1f6;
23
24
// background-color: #f6f1ef;
25
+ color : $textColor ;
24
26
25
27
@media screen and (max-width : $maxWidth ) {
26
28
// background-color: #fff;
0 commit comments