Skip to content

Commit

Permalink
ソングの編集ツールのアイコンが読み込まれていないときに表示が崩れるのを修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 9, 2024
1 parent 2605c8b commit 3cdf4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Sing/SequencerToolPalette.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ defineEmits<{
.material-symbols-outlined {
font-size: 20px;
max-width: 20px;
}
.q-btn {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

0 comments on commit 3cdf4e4

Please sign in to comment.