44 * work well for content-centric websites.
55 */
66
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' );
88
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;
1127 font-optical-sizing : auto;
1228 font-weight : 600 ;
1329 font-style : normal;
14- }
30+ }
1531
1632/* You can override the default Infima variables here. */
1733: root {
2339 --ifm-color-primary-lighter : # 067ed8 ;
2440 --ifm-color-primary-lightest : # 078ff4 ;
2541 --ifm-code-font-size : 95% ;
42+ --ifm-font-family-base : 'Inter' ;
2643 --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.1 );
2744}
2845
4663 display : none;
4764}
4865
49- .docs-doc-id-ask main > .container {
66+ .docs-doc-id-ask main > .container {
5067 padding : 0px !important ;
5168}
5269
53- .docs-doc-id-ask article > nav {
70+ .docs-doc-id-ask article > nav {
5471 display : none !important ;
5572}
5673
57- .docs-doc-id-ask main > .container > .row > .col {
74+ .docs-doc-id-ask main > .container > .row > .col {
5875 max-width : 100% !important ;
5976}
6077
6683 display : none !important ;
6784}
6885
69- .blog-post-page main img , .blog-list-page article img {
86+ .blog-post-page main img ,
87+ .blog-list-page article img {
7088 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 );
7290}
7391
7492.MuiButtonBase-root p {
@@ -82,7 +100,9 @@ a.MuiButtonBase-root:hover {
82100/* Tentative change to address dark mode text on Samples page.
83101To go further, consider looking at implementing MUI custom themes.
84102*/
85- .MuiTypography-root , .MuiFormLabel-root , .MuiInputBase-input {
103+ .MuiTypography-root ,
104+ .MuiFormLabel-root ,
105+ .MuiInputBase-input {
86106 color : var (--ifm-font-color-base ) !important ;
87107}
88108
@@ -97,7 +117,7 @@ img.unstyled {
97117 background-size : 200% 100% ;
98118 background-position : 0 0 ;
99119 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 ));
101121 margin-right : 1rem ;
102122 display : inline-block;
103123 font-size : smaller;
@@ -117,4 +137,4 @@ img.unstyled {
117137 to {
118138 background-position : 200% 0 ;
119139 }
120- }
140+ }
0 commit comments