Skip to content

Commit

Permalink
Update tags.html
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e authored Nov 15, 2024
1 parent 7b24868 commit 65b846c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h1>Google Fonts Tagger</h1>
},
uniqueFamilies() {
return Array.from(new Set(this.Families.map((family) => family.Family)));
},
}
},
methods: {
sortedCategories() {
Expand Down Expand Up @@ -317,6 +317,7 @@ <h1>Google Fonts Tagger</h1>
return response.text()
})
.then(csvText => {
csvText = "Family,Group/Tag,Weight\n" + csvText;
Papa.parse(csvText, {
header: true,
complete: (results) => {
Expand Down

0 comments on commit 65b846c

Please sign in to comment.