File tree Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 176
176
--purple-35 : var (--purple-35-touchscreen );
177
177
--purple-30 : var (--purple-30-touchscreen );
178
178
--purple-20 : var (--purple-20-touchscreen );
179
-
180
- /* font-family */
181
- --font-family-main : 'Public Sans' ;
182
179
}
Original file line number Diff line number Diff line change 1
- /* from createGlobalStyle */
2
- * {
3
- box-sizing : border-box ;
4
- margin : 0 ;
5
- padding : 0 ;
6
- font-family : var ( -- font-family-main) , 'DejaVu Sans' , sans-serif;
1
+ @import url ( '@fontsource/public-sans' );
2
+ @import url ( '@fontsource/public-sans/600.css' );
3
+ @import url ( '@fontsource/public-sans/700.css' ) ;
4
+
5
+ : root {
6
+ -- font-family-main: 'Public Sans' , 'DejaVu Sans' , sans-serif;
7
7
}
8
8
9
- html ,
10
9
body {
11
10
width : 100% ;
12
11
height : 100% ;
12
+ font-family : var (--font-family-main );
13
13
color : var (--black-90 );
14
+ -webkit-font-smoothing : antialiased;
15
+ -moz-osx-font-smoothing : grayscale;
16
+ }
17
+
18
+ * ,
19
+ * ::before ,
20
+ * ::after {
21
+ box-sizing : border-box;
22
+ margin : 0 ;
23
+ padding : 0 ;
24
+ }
25
+
26
+ button ,
27
+ input ,
28
+ textarea {
29
+ font-family : inherit;
14
30
}
15
31
16
32
a {
You can’t perform that action at this time.
0 commit comments