increase font count, sort alphabetically

This commit is contained in:
Your Name
2020-09-14 08:32:36 -04:00
parent 801a3efdda
commit 40342a0068

View File

@@ -300,7 +300,8 @@ export default {
data: function() { data: function() {
return { return {
options: { options: {
sort: "popularity" sort: "alphabetical",
limit: 200,
}, },
fontFamily: "Roboto", fontFamily: "Roboto",