Skip to content

Commit

Permalink
Tweak fonts for live style editor (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels authored Apr 24, 2024
1 parent c3a3d21 commit 7c23aa6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/css/editor.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

.md-typeset [data-termynal] pre {
font-family: "Fira Code", monospace;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-variant-ligatures: initial;
}

#terminal-header {
text-shadow: -4px 4px rgba(128, 128, 128, 0.1);
overflow: hidden;
Expand Down

0 comments on commit 7c23aa6

Please sign in to comment.