increase font count, sort alphabetically
This commit is contained in:
@@ -300,7 +300,8 @@ export default {
|
|||||||
data: function() {
|
data: function() {
|
||||||
return {
|
return {
|
||||||
options: {
|
options: {
|
||||||
sort: "popularity"
|
sort: "alphabetical",
|
||||||
|
limit: 200,
|
||||||
},
|
},
|
||||||
fontFamily: "Roboto",
|
fontFamily: "Roboto",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user