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"); }