diff --git a/.ci/tags.html b/.ci/tags.html index dd4cee7deab..7cbd103bea3 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -156,7 +156,7 @@

Google Fonts Tagger

}, uniqueFamilies() { return Array.from(new Set(this.Families.map((family) => family.Family))); - }, + } }, methods: { sortedCategories() { @@ -317,6 +317,7 @@

Google Fonts Tagger

return response.text() }) .then(csvText => { + csvText = "Family,Group/Tag,Weight\n" + csvText; Papa.parse(csvText, { header: true, complete: (results) => {