From 3cdf4e47b2494ef97c0ba58fffbf81e5c922a3c3 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Tue, 10 Dec 2024 00:37:59 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BD=E3=83=B3=E3=82=B0=E3=81=AE=E7=B7=A8?= =?UTF-8?q?=E9=9B=86=E3=83=84=E3=83=BC=E3=83=AB=E3=81=AE=E3=82=A2=E3=82=A4?= =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=81=8C=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=81=BE?= =?UTF-8?q?=E3=82=8C=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84=E3=81=A8=E3=81=8D?= =?UTF-8?q?=E3=81=AB=E8=A1=A8=E7=A4=BA=E3=81=8C=E5=B4=A9=E3=82=8C=E3=82=8B?= =?UTF-8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sing/SequencerToolPalette.vue | 1 + src/styles/fonts.scss | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Sing/SequencerToolPalette.vue b/src/components/Sing/SequencerToolPalette.vue index 7854002e3c..b0d17bcd26 100644 --- a/src/components/Sing/SequencerToolPalette.vue +++ b/src/components/Sing/SequencerToolPalette.vue @@ -110,6 +110,7 @@ defineEmits<{ .material-symbols-outlined { font-size: 20px; + max-width: 20px; } .q-btn { diff --git a/src/styles/fonts.scss b/src/styles/fonts.scss index f600c55a23..de14765b4f 100644 --- a/src/styles/fonts.scss +++ b/src/styles/fonts.scss @@ -13,9 +13,9 @@ } @font-face { - font-display: swap; + font-display: block; font-family: "Material Symbols Outlined"; font-style: normal; font-weight: 400; - src: url('../fonts/material-symbols-outlined-regular.woff2') format('woff2'); + src: url("../fonts/material-symbols-outlined-regular.woff2") format("woff2"); }