Skip to content

Commit 5ff397d

Browse files
committed
Change all headings font to Inter Variable
1 parent 0f0fbf2 commit 5ff397d

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

src/css/custom.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--ifm-color-primary-lighter: #0500e1;
1616
--ifm-color-primary-lightest: #0500e1;
1717
--ifm-code-font-size: 95%;
18-
--ifm-font-family-base: 'Inter', sans-serif;
18+
--ifm-font-family-base: "Inter Variable", sans-serif;
1919
--ifm-font-family-monospace: "Roboto Mono", monospace;
2020
--ifm-global-radius: 0;
2121
--ifm-alert-border-width: 5px;
@@ -80,8 +80,14 @@ html[data-theme='dark'] {
8080
src: url("/static/fonts/RobotoMono-Regular.ttf") format("truetype");
8181
}
8282

83-
article strong, h1 {
84-
font-family: "Roboto Medium", sans-serif;
83+
h1, h2, h3, h4, h5, h6 {
84+
font-family: "Inter Variable", sans-serif;
85+
letter-spacing: -0.04em;
86+
font-weight: 600;
87+
}
88+
89+
article strong {
90+
font-family: "Inter Variable", sans-serif;
8591
}
8692

8793
.docusaurus-highlight-code-line {

0 commit comments

Comments
 (0)