Skip to content

Commit f0db245

Browse files
committed
feat: add inter font to doc search popup
1 parent d03c991 commit f0db245

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@ body {
182182
-moz-osx-font-smoothing: grayscale;
183183
}
184184

185+
[data-theme='dark'] .DocSearch,
186+
[data-theme='light'] .DocSearch {
187+
font-family: 'Inter', -apple-system, sans-serif;
188+
}
189+
185190
h1, h2, h3, h4, h5, h6 {
186191
font-family: var(--ifm-heading-font-family);
187192
letter-spacing: -0.02em;

0 commit comments

Comments
 (0)