Skip to content

Commit

Permalink
MAC-41 🐛 Random fix for formatting (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
macintacos authored Apr 19, 2021
1 parent 324e25e commit c821134
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/extended/fonts.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
@font-face {
font-family: "JetBrains Mono Italic";
font-weight: 400;
src: local("JetBrains Mono Italic")
src: local("JetBrains Mono Italic"),
url("/fonts/JetBrains/JetBrainsMono-Regular.ttf") format("truetype");
}
3 changes: 2 additions & 1 deletion scss/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ body {
.post-content {
pre,
code {
font-family: "JetBrains Mono Regular", SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
font-family: "JetBrains Mono Regular", SFMono-Regular, Consolas,
Liberation Mono, Menlo, monospace;
}
}

0 comments on commit c821134

Please sign in to comment.