mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
moved fonts list file
This commit is contained in:
parent
4645def6e3
commit
432b915806
2 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue