From: Marc Foley Date: Tue, 24 Jun 2025 14:12:30 +0000 (+0100) Subject: wip designspace inspector X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b73ef0f80c2264fb66abac90fc05c6db17d0df7;p=thirdparty%2Fgoogle%2Ffonts.git wip designspace inspector --- diff --git a/.ci/ds.html b/.ci/ds.html new file mode 100644 index 000000000..27e6be5a7 --- /dev/null +++ b/.ci/ds.html @@ -0,0 +1,111 @@ + + + + + + + + + + + +
+
+ +
+ +
+ Hello world +
+
+ + +
+
+ + + \ No newline at end of file diff --git a/.ci/tags.html b/.ci/tags.html index e26ce9370..af4f2eb39 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -227,9 +227,9 @@ let axisCoordinates = axisCoords.split(","); let style = `font-family: "${name}", "Adobe NotDef"; font-size: 32pt; font-variation-settings:`; for (let i = 0; i < axisTags.length; i++) { - style += ` '${axisTags[i]}' ${axisCoordinates[i]},`; + style += ` '${axisTags[i]}' ${axisCoordinates[i]};`; } - return style.slice(0, -1) + ';'; + return style } get displayName() {