From 40342a0068b72d8147b2ab218863865b3fbed47a Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 14 Sep 2020 08:32:36 -0400 Subject: [PATCH] increase font count, sort alphabetically --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 3fb2c1e..888f7ce 100644 --- a/src/App.vue +++ b/src/App.vue @@ -300,7 +300,8 @@ export default { data: function() { return { options: { - sort: "popularity" + sort: "alphabetical", + limit: 200, }, fontFamily: "Roboto",