mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Preload bold fonts in wizard
The bold fonts are used in previews for topic title.
This commit is contained in:
parent
ed05839dfc
commit
d4471e0316
@ -10,6 +10,7 @@
|
||||
<div class="preloaded-font-styles">
|
||||
{{#each fontClasses as |fontClass|}}
|
||||
<span class={{fontClass}}> </span>
|
||||
<strong class={{fontClass}}> </strong>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user