diff --git a/client/assets/fonts.css b/client/assets/fonts.css index 4e280dc9..c568ffa6 100644 --- a/client/assets/fonts.css +++ b/client/assets/fonts.css @@ -2,14 +2,7 @@ font-family: 'Material Symbols Rounded'; font-style: normal; font-weight: 400; - src: url(~static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2) format('woff2'); -} - -@font-face { - font-family: 'Material Symbols Outlined'; - font-style: normal; - font-weight: 400; - src: url(~static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2) format('woff2'); + src: url(~static/fonts/MaterialSymbolsRounded.woff2) format('woff2'); } .material-symbols { @@ -32,26 +25,6 @@ 'FILL' 1 } -.material-symbols-outlined { - font-family: 'Material Symbols Outlined'; - font-weight: normal; - font-style: normal; - line-height: 1; - letter-spacing: normal; - text-transform: none; - display: inline-block; - white-space: nowrap; - word-wrap: normal; - direction: ltr; - -webkit-font-smoothing: antialiased; - vertical-align: top; -} - -.material-symbols-outlined.fill { - font-variation-settings: - 'FILL' 1 -} - /* cyrillic-ext */ @font-face { font-family: 'Source Sans Pro'; diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index 1ded2f7a..183d58eb 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -16,7 +16,7 @@
{{ $strings.ButtonPlaylists }}
- queue_music + {{ $strings.ButtonCollections }}
- collections_bookmark + {{ $strings.ButtonAuthors }}
diff --git a/client/components/app/SideRail.vue b/client/components/app/SideRail.vue index 2c1538ec..e74396ed 100644 --- a/client/components/app/SideRail.vue +++ b/client/components/app/SideRail.vue @@ -15,7 +15,7 @@{{ $strings.ButtonLatest }}
@@ -43,7 +43,7 @@{{ $strings.ButtonCollections }}
@@ -51,7 +51,7 @@{{ $strings.ButtonPlaylists }}
@@ -72,7 +72,7 @@{{ $strings.LabelNarrators }}
@@ -80,7 +80,7 @@{{ $strings.ButtonStats }}
@@ -96,7 +96,7 @@Albums
@@ -104,7 +104,7 @@{{ $strings.ButtonDownloadQueue }}
diff --git a/client/components/cards/NarratorCard.vue b/client/components/cards/NarratorCard.vue index b5d0b615..cf09b812 100644 --- a/client/components/cards/NarratorCard.vue +++ b/client/components/cards/NarratorCard.vue @@ -3,7 +3,7 @@{{ narrator }}
diff --git a/client/components/controls/GlobalSearch.vue b/client/components/controls/GlobalSearch.vue index 3c2c6039..2b3fc573 100644 --- a/client/components/controls/GlobalSearch.vue +++ b/client/components/controls/GlobalSearch.vue @@ -5,7 +5,7 @@{{ $formatNumber(totalSizeNum) }}
{{ $strings.LabelSize }} ({{ totalSizeMod }})
@@ -37,7 +37,7 @@{{ $formatNumber(numAudioTracks) }}
{{ $strings.LabelStatsAudioTracks }}
@@ -103,4 +103,4 @@ export default { methods: {}, mounted() {} } - \ No newline at end of file + diff --git a/client/components/stats/YearInReview.vue b/client/components/stats/YearInReview.vue index 54f0e65e..57e1e088 100644 --- a/client/components/stats/YearInReview.vue +++ b/client/components/stats/YearInReview.vue @@ -73,7 +73,7 @@ export default { const addIcon = (icon, color, fontSize, x, y) => { ctx.fillStyle = color - ctx.font = `${fontSize} Material Symbols Outlined` + ctx.font = `${fontSize} Material Symbols Rounded` ctx.fillText(icon, x, y) } @@ -152,7 +152,7 @@ export default { // Top text addText('audiobookshelf', '28px', 'normal', tanColor, '0px', 65, 28) - addText(`${this.year} ${this.$strings.StatsYearInReview}`, '18px', 'bold', 'white', '1px', 65, 51,) + addText(`${this.year} ${this.$strings.StatsYearInReview}`, '18px', 'bold', 'white', '1px', 65, 51) // Top left box createRoundedRect(50, 100, 340, 160) diff --git a/client/components/stats/YearInReviewBanner.vue b/client/components/stats/YearInReviewBanner.vue index 968ea5de..cf98d5cb 100644 --- a/client/components/stats/YearInReviewBanner.vue +++ b/client/components/stats/YearInReviewBanner.vue @@ -2,7 +2,7 @@{{ bookCoverWidth }}
- add + {{ $strings.MessageCheckingCron }}
{{ customCronError }}
{{ $strings.MessageValidCronExpression }}
{{ $strings.LabelNextScheduledRun }}: {{ nextRun }}
{{ $formatNumber(totalDaysListened) }}
@@ -30,7 +30,7 @@{{ $formatNumber(totalMinutesListening) }}
diff --git a/client/pages/item/_id/index.vue b/client/pages/item/_id/index.vue index 416b0e08..6b58135b 100644 --- a/client/pages/item/_id/index.vue +++ b/client/pages/item/_id/index.vue @@ -80,14 +80,14 @@{{ $strings.LabelStarted }} {{ $formatDate(userProgressStartedAt, dateFormat) }}
{{ description }}
- +