]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
fix placeholder tags
authorMarc Foley <m.foley.88@gmail.com>
Mon, 24 Nov 2025 13:52:50 +0000 (13:52 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Mon, 24 Nov 2025 13:52:50 +0000 (13:52 +0000)
.ci/tags.html

index 6d145cac15dd6335db715e2a501b3a18b2c6a53b..ae0023289601912fe309411d4bcc40e14d674727 100644 (file)
@@ -726,7 +726,7 @@ function axesCombos(axes) {
         const familiesToAdd = this.uniqueFamilies
         familiesToAdd.forEach((family) => {
           if (!seen.has(family.name)) {
-            this.tags.push(new FontTag(family.name, this.currentCategory, score=0));
+            this.tags.push(new FontTag(family.name, [], this.currentCategory, score=0));
           }
         });
         this.history.push(`+ Placeholder tags added for ${this.currentCategory}`);