Skip to content

Commit

Permalink
Use inherited fonts before Hack is completely loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
NI committed Dec 14, 2019
1 parent 5b0275f commit 8bdfbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/widgets/screen_console.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div
class="console-console"
style="top: 0; right: 0; left: 0; bottom: 0; padding: 0; margin: 0; z-index: 0; position: absolute; overflow: hidden"
:style="'font-family: ' + typeface"
:style="'font-family: ' + typeface + ', inherit'"
>
<h2 style="display:none;">Console</h2>

Expand Down

0 comments on commit 8bdfbeb

Please sign in to comment.