Skip to content

Commit

Permalink
Revert "Override default font-family for code blocks to fix dullage#78"
Browse files Browse the repository at this point in the history
This reverts commit f9af501.
  • Loading branch information
Gedulis12 committed Aug 7, 2023
1 parent ea20e90 commit 3771d8d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions flatnotes/src/components/NoteViewerEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,6 @@
.toastui-editor-defaultUI .ProseMirror {
@include note-padding;
}
// Override the default font-family for code blocks as some of the fallbacks are not monospace
.toastui-editor-contents code,
.toastui-editor-contents pre,
.toastui-editor-md-code,
.toastui-editor-md-code-block {
font-family: Consolas, "Lucida Console", Monaco, "Andale Mono", monospace;
}
</style>

<script>
Expand Down

0 comments on commit 3771d8d

Please sign in to comment.