4
4
* work well for content-centric websites.
5
5
*/
6
6
7
- @import url ('https://fonts.googleapis.com/css2?family=Exo+2 :ital,wght@0,600 ;1,600 &display=swap' );
7
+ @import url ('https://fonts.googleapis.com/css2?family=Inter :ital,opsz, wght@0,14..32,100..900 ;1,14..32,100..900 &display=swap' );
8
8
9
- h1 , h2 , h3 , h4 , h5 , h6 , # __docusaurus_skipToContent_fallback > div > div > aside > nav > div , # __docusaurus > nav > div .navbar__inner > div : nth-child (1 ) > a {
10
- font-family : "Exo 2" , sans-serif;
9
+ @font-face {
10
+ font-family : 'GuarujaNeue-SemiBold' ;
11
+ src : url ('/fonts/guaruja-neue/GuarujaNeue-SemiBold.woff2' ) format ('woff2' ),
12
+ url ('/fonts/guaruja-neue/GuarujaNeue-SemiBold.woff' ) format ('woff' );
13
+ font-weight : 600 ;
14
+ font-style : normal;
15
+ }
16
+
17
+
18
+ h1 ,
19
+ h2 ,
20
+ h3 ,
21
+ h4 ,
22
+ h5 ,
23
+ h6 ,
24
+ # __docusaurus_skipToContent_fallback > div > div > aside > nav > div ,
25
+ # __docusaurus > nav > div .navbar__inner > div : nth-child (1 )> a {
26
+ font-family : "GuarujaNeue-SemiBold" , sans-serif;
11
27
font-optical-sizing : auto;
12
28
font-weight : 600 ;
13
29
font-style : normal;
14
- }
30
+ }
15
31
16
32
/* You can override the default Infima variables here. */
17
33
: root {
23
39
--ifm-color-primary-lighter : # 067ed8 ;
24
40
--ifm-color-primary-lightest : # 078ff4 ;
25
41
--ifm-code-font-size : 95% ;
42
+ --ifm-font-family-base : 'Inter' ;
26
43
--docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.1 );
27
44
}
28
45
46
63
display : none;
47
64
}
48
65
49
- .docs-doc-id-ask main > .container {
66
+ .docs-doc-id-ask main > .container {
50
67
padding : 0px !important ;
51
68
}
52
69
53
- .docs-doc-id-ask article > nav {
70
+ .docs-doc-id-ask article > nav {
54
71
display : none !important ;
55
72
}
56
73
57
- .docs-doc-id-ask main > .container > .row > .col {
74
+ .docs-doc-id-ask main > .container > .row > .col {
58
75
max-width : 100% !important ;
59
76
}
60
77
66
83
display : none !important ;
67
84
}
68
85
69
- .blog-post-page main img , .blog-list-page article img {
86
+ .blog-post-page main img ,
87
+ .blog-list-page article img {
70
88
border-radius : 50px ;
71
- box-shadow : 0px 10px 20px -5px rgba (0 , 0 , 0 , 0.25 );
89
+ box-shadow : 0px 10px 20px -5px rgba (0 , 0 , 0 , 0.25 );
72
90
}
73
91
74
92
.MuiButtonBase-root p {
@@ -82,7 +100,9 @@ a.MuiButtonBase-root:hover {
82
100
/* Tentative change to address dark mode text on Samples page.
83
101
To go further, consider looking at implementing MUI custom themes.
84
102
*/
85
- .MuiTypography-root , .MuiFormLabel-root , .MuiInputBase-input {
103
+ .MuiTypography-root ,
104
+ .MuiFormLabel-root ,
105
+ .MuiInputBase-input {
86
106
color : var (--ifm-font-color-base ) !important ;
87
107
}
88
108
@@ -97,7 +117,7 @@ img.unstyled {
97
117
background-size : 200% 100% ;
98
118
background-position : 0 0 ;
99
119
background-repeat : repeat-x;
100
- background-image : linear-gradient (131deg , rgba (80 , 54 , 163 , .67 ), rgba (63 , 178 , 175 , .67 ) 50% , rgba (80 , 54 , 163 , .67 ));
120
+ background-image : linear-gradient (131deg , rgba (80 , 54 , 163 , .67 ), rgba (63 , 178 , 175 , .67 ) 50% , rgba (80 , 54 , 163 , .67 ));
101
121
margin-right : 1rem ;
102
122
display : inline-block;
103
123
font-size : smaller;
@@ -117,4 +137,4 @@ img.unstyled {
117
137
to {
118
138
background-position : 200% 0 ;
119
139
}
120
- }
140
+ }
0 commit comments