From: Marc Foley Date: Thu, 15 May 2025 10:55:18 +0000 (+0100) Subject: include linebreaks X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F9457%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git include linebreaks --- diff --git a/.ci/tags.html b/.ci/tags.html index 4448f6396..cffd2749b 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -257,9 +257,7 @@ function axesCombos(axes) { -
- {{ familyPangram }} -
+
{{ familyPangram }}
Loading...
@@ -269,6 +267,7 @@ function axesCombos(axes) { methods: { customSampleText(event) { this.$root.sampleText = event.target.innerText; + console.log(this.$root.sampleText); }, edited() { this.$emit('edited', this.family); @@ -280,7 +279,7 @@ function axesCombos(axes) { computed: { familyPangram() { if (this.$root.sampleText !== "") { - return this.$root.sampleText; + return this.$root.sampleText } return this.$root.familyPangram(this.family); },