mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Support using system font in wizard font step (#10742)
Co-authored-by: Bianca Nenciu <nbianca@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@ const Wizard = EmberObject.extend({
|
||||
return;
|
||||
}
|
||||
|
||||
return option.data.font_stack.split(",")[0];
|
||||
return option.data.name;
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user