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 @@
- cast + cast
@@ -26,19 +26,19 @@ - upload + - settings + @@ -47,7 +47,7 @@ {{ username }} - person +
diff --git a/client/components/app/BookShelfToolbar.vue b/client/components/app/BookShelfToolbar.vue index 8e0cb18c..00b0d4a9 100644 --- a/client/components/app/BookShelfToolbar.vue +++ b/client/components/app/BookShelfToolbar.vue @@ -24,11 +24,11 @@

{{ $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 @@
- format_list_bulleted +

{{ $strings.ButtonLatest }}

@@ -43,7 +43,7 @@
- collections_bookmark +

{{ $strings.ButtonCollections }}

@@ -51,7 +51,7 @@
- queue_music +

{{ $strings.ButtonPlaylists }}

@@ -72,7 +72,7 @@
- record_voice_over +

{{ $strings.LabelNarrators }}

@@ -80,7 +80,7 @@
- monitoring +

{{ $strings.ButtonStats }}

@@ -96,7 +96,7 @@
- album + album

Albums

@@ -104,7 +104,7 @@
- file_download +

{{ $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 @@
- record_voice_over +
diff --git a/client/components/cards/NarratorSearchCard.vue b/client/components/cards/NarratorSearchCard.vue index 00909c75..51d0258b 100644 --- a/client/components/cards/NarratorSearchCard.vue +++ b/client/components/cards/NarratorSearchCard.vue @@ -1,7 +1,7 @@ diff --git a/client/components/widgets/Alert.vue b/client/components/widgets/Alert.vue index 501d2a23..c09a86b0 100644 --- a/client/components/widgets/Alert.vue +++ b/client/components/widgets/Alert.vue @@ -1,7 +1,7 @@
- event + event

{{ $strings.LabelNextScheduledRun }}: {{ nextRun }}

diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue index 79017017..c5da643a 100644 --- a/client/pages/audiobook/_id/chapters.vue +++ b/client/pages/audiobook/_id/chapters.vue @@ -71,7 +71,7 @@
@@ -84,14 +84,14 @@
@@ -106,7 +106,7 @@
{{ $strings.ButtonSetChaptersFromTracks }} - info + info
@@ -189,7 +189,7 @@
{{ $strings.ButtonMapChapterTitles }} - info + info
{{ $strings.ButtonApplyChapters }} diff --git a/client/pages/config/backups.vue b/client/pages/config/backups.vue index 44a92f2e..d74dc4d6 100644 --- a/client/pages/config/backups.vue +++ b/client/pages/config/backups.vue @@ -3,7 +3,7 @@
- folder + folder {{ $strings.LabelBackupLocation }}:
@@ -33,7 +33,7 @@
- schedule + schedule
{{ $strings.HeaderSchedule }}:
@@ -44,7 +44,7 @@
- event + event
{{ $strings.LabelNextBackupDate }}:
diff --git a/client/pages/config/stats.vue b/client/pages/config/stats.vue index f51fc8dd..c4df6df9 100644 --- a/client/pages/config/stats.vue +++ b/client/pages/config/stats.vue @@ -20,7 +20,7 @@

{{ $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) }}

- close +
- play_arrow + {{ isStreaming ? $strings.ButtonPlaying : $strings.ButtonPlay }} @@ -106,7 +106,7 @@ - + @@ -121,7 +121,7 @@ @@ -129,9 +129,7 @@

{{ description }}

- +
diff --git a/client/pages/library/_library/podcast/latest.vue b/client/pages/library/_library/podcast/latest.vue index e0637578..800e7bfd 100644 --- a/client/pages/library/_library/podcast/latest.vue +++ b/client/pages/library/_library/podcast/latest.vue @@ -57,7 +57,7 @@ diff --git a/client/static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2 b/client/static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2 deleted file mode 100644 index f62e84aa..00000000 Binary files a/client/static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2 and /dev/null differ diff --git a/client/static/fonts/MaterialSymbolsRounded.woff2 b/client/static/fonts/MaterialSymbolsRounded.woff2 new file mode 100644 index 00000000..88a9a81f Binary files /dev/null and b/client/static/fonts/MaterialSymbolsRounded.woff2 differ diff --git a/client/static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 b/client/static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 deleted file mode 100644 index 02f60c32..00000000 Binary files a/client/static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 and /dev/null differ