Skip to content

Commit

Permalink
chore: Use code font var for code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 11, 2020
1 parent dabb1a7 commit 6417df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/CodeSnippet.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.container {
font-family: Menlo;
font-family: var(--code-font);
line-height: 1rem;
font-size: 0.75rem;
max-height: 26rem;
Expand All @@ -12,6 +12,7 @@
height: 100%;
overflow-y: auto;
padding: 1rem;
font-family: var(--code-font);
}

.lineNumber {
Expand Down

0 comments on commit 6417df5

Please sign in to comment.