We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12ea20 commit b4137dfCopy full SHA for b4137df
src/css/custom.css
@@ -1,5 +1,10 @@
1
+@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
2
+
3
:root {
4
--ifm-color-primary: #7f6df2;
5
+ --ifm-font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
6
+ Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
7
+ "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif;
8
}
9
10
.docusaurus-highlight-code-line {
0 commit comments