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:
Penar Musaraj
2020-09-25 09:39:14 -04:00
committed by GitHub
parent 8fcfb9586c
commit b1692422b1
5 changed files with 14 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ const Wizard = EmberObject.extend({
return;
}
return option.data.font_stack.split(",")[0];
return option.data.name;
},
});