Use inherited fonts before Hack is completely loaded

This commit is contained in:
NI
2019-12-14 10:12:15 +08:00
parent 5b0275f6ed
commit 8bdfbeb7b9

View File

@@ -22,7 +22,7 @@
<div <div
class="console-console" class="console-console"
style="top: 0; right: 0; left: 0; bottom: 0; padding 0; margin: 0; z-index: 0; position: absolute; overflow: hidden" 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> <h2 style="display:none;">Console</h2>