From 267d74549ef91555cfc90842bccc4948403701dd Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 20 Sep 2025 12:32:27 +0200 Subject: [PATCH] 2.7 fixed in html snipet --- proj/icons/icons.js | 4 ++-- proj/icons/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proj/icons/icons.js b/proj/icons/icons.js index 3e35dbf..42ed5e3 100644 --- a/proj/icons/icons.js +++ b/proj/icons/icons.js @@ -77,14 +77,14 @@ Vue.component("copyfontimportlink", { data() { return { importLink: - '', + '', isCopied: false, }; }, computed: { displayText: function () { html_text = - "<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.5/style.css">"; + "<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css">"; return html_text; }, }, diff --git a/proj/icons/index.html b/proj/icons/index.html index 443d634..84cacc6 100644 --- a/proj/icons/index.html +++ b/proj/icons/index.html @@ -48,7 +48,7 @@ below:

-
<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.6/style.css">
+
<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css">