@@ -62,7 +62,7 @@ function injectStyles(): void {
6262 border-radius: 4px;
6363 cursor: pointer;
6464 font-size: 12px;
65- font-family: inherit ;
65+ font-family: 'Google Sans', Roboto, Arial, sans-serif ;
6666 opacity: 0;
6767 visibility: hidden;
6868 pointer-events: none;
@@ -119,7 +119,7 @@ function injectStyles(): void {
119119 box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
120120 white-space: nowrap;
121121 font-size: 13px;
122- font-family: inherit ;
122+ font-family: 'Google Sans', Roboto, Arial, sans-serif ;
123123 }
124124 .${ FORK_CONFIRM_CLASS } p {
125125 margin: 0 0 8px 0;
@@ -135,7 +135,7 @@ function injectStyles(): void {
135135 border: 1px solid var(--gv-fork-confirm-border, rgba(0, 0, 0, 0.12));
136136 cursor: pointer;
137137 font-size: 12px;
138- font-family: inherit ;
138+ font-family: 'Google Sans', Roboto, Arial, sans-serif ;
139139 background: transparent;
140140 color: inherit;
141141 }
@@ -176,7 +176,7 @@ function injectStyles(): void {
176176 cursor: pointer;
177177 font-size: 12px;
178178 font-weight: 600;
179- font-family: inherit ;
179+ font-family: 'Google Sans', Roboto, Arial, sans-serif ;
180180 border: 1px solid var(--gv-fork-indicator-border, rgba(26, 115, 232, 0.28));
181181 transition: background-color 0.15s, color 0.15s, border-color 0.15s;
182182 }
@@ -207,7 +207,7 @@ function injectStyles(): void {
207207 font-size: 10px;
208208 font-weight: 700;
209209 line-height: 1;
210- font-family: inherit ;
210+ font-family: 'Google Sans', Roboto, Arial, sans-serif ;
211211 opacity: 0;
212212 pointer-events: none;
213213 transform: scale(0.8);
0 commit comments