FIX: Preload bold fonts in wizard

The bold fonts are used in previews for topic title.
This commit is contained in:
Bianca Nenciu 2020-09-04 19:23:46 +03:00
parent ed05839dfc
commit d4471e0316
No known key found for this signature in database
GPG Key ID: 07E83B117A6B844D

View File

@ -10,6 +10,7 @@
<div class="preloaded-font-styles">
{{#each fontClasses as |fontClass|}}
<span class={{fontClass}}>&nbsp;</span>
<strong class={{fontClass}}>&nbsp;</strong>
{{/each}}
</div>
</div>