Skip to content

Commit 6e77c8d

Browse files
authored
chore: update docs fonts (#760)
1 parent 89c9868 commit 6e77c8d

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

apps/docs/src/css/custom.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
2-
font-family: "Inter";
3-
src: url("/font/Inter.ttf");
2+
font-family: "Manrope";
3+
src: url("/font/Manrope.ttf");
44
}
55

66
@font-face {
@@ -9,8 +9,8 @@
99
}
1010

1111
@font-face {
12-
font-family: "Fira Code";
13-
src: url("/font/FiraCode.ttf");
12+
font-family: "Roboto Mono";
13+
src: url("/font/RobotoMono.ttf");
1414
}
1515

1616
:root {
@@ -22,11 +22,9 @@
2222
--ifm-color-primary-light: #cf006e;
2323
--ifm-color-primary-lighter: #c40068;
2424
--ifm-color-primary-lightest: #a10055;
25-
--ifm-code-font-size: 95%;
26-
--ifm-font-family-monospace: "Fira Code";
25+
--ifm-font-family-base: "Manrope", sans-serif;
2726
--ifm-heading-font-family: "Unbounded", sans-serif;
28-
29-
font-family: "Inter", sans-serif;
27+
--ifm-font-family-monospace: "Roboto Mono", monospace;
3028
}
3129

3230
/* For readability concerns, you should choose a lighter palette in dark mode. */

apps/docs/static/font/FiraCode.ttf

-253 KB
Binary file not shown.

apps/docs/static/font/Inter.ttf

-786 KB
Binary file not shown.

apps/docs/static/font/Manrope.ttf

163 KB
Binary file not shown.
177 KB
Binary file not shown.

0 commit comments

Comments
 (0)