Skip to content

Commit

Permalink
fix: add right font-set for JetBrains Sans
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed May 3, 2024
1 parent 9ba66ba commit 11aad3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/js/page/api/api.scss
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ $jvm-enrichment: JRE7, JRE8, JUnit, JUnit5, TestNG;
}

.api-docs-to-core, .api-docs-to-core-mobile {
font-family: "JetBrains Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Droid Sans", "Helvetica Neue", Arial, sans-serif
font-family: "JetBrains Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
font-feature-settings: 'ss20';
}

.api-docs-to-core-mobile__link:hover, .api-docs-to-core-mobile__close:hover {
Expand Down

0 comments on commit 11aad3e

Please sign in to comment.