Skip to content

Commit

Permalink
#75 added JetBrains Mono font.
Browse files Browse the repository at this point in the history
  • Loading branch information
artzub committed Jan 5, 2021
1 parent 952fcd9 commit 20ea568
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@ const GlobalStyle = createGlobalStyle`
overflow: hidden;
}
*:not(#id_fake_for_hack) {
-webkit-font-feature-settings: "liga" on, "calt" on;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: 'JetBrains Mono', monospace;
}
.hovered {
cursor: pointer;
}
.draggable {
cursor: grab;
}
.dragging {
cursor: grabbing;
}
//body {
// font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
// 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
Expand Down

0 comments on commit 20ea568

Please sign in to comment.