moved fonts list file

This commit is contained in:
Miodec 2021-01-13 03:40:59 +00:00
parent 4645def6e3
commit 432b915806
2 changed files with 1 additions and 1 deletions

View file

@ -105,7 +105,7 @@ export async function getFunboxList() {
let fontsList = null;
export async function getFontsList() {
if (fontsList == null) {
return $.getJSON("js/fonts.json", function (data) {
return $.getJSON("fonts/_list.json", function (data) {
fontsList = data.sort(function (a, b) {
const nameA = a.name.toLowerCase();
const nameB = b.name.toLowerCase();