diff --git a/assets/fonts.css b/assets/fonts.css
index 1c2cf48d..1d434b77 100644
--- a/assets/fonts.css
+++ b/assets/fonts.css
@@ -1,19 +1,12 @@
@font-face {
- font-family: 'Material Icons';
+ font-family: 'Material Symbols Rounded';
font-style: normal;
font-weight: 400;
- src: url(/fonts/MaterialIcons-Regular.ttf) format('truetype');
+ src: url(/fonts/MaterialSymbolsRounded.woff2) format('woff2');
}
-@font-face {
- font-family: 'Material Icons Outlined';
- font-style: normal;
- font-weight: 400;
- src: url(/fonts/MaterialIconsOutlined-Regular.otf) format('opentype');
-}
-
-.material-icons {
- font-family: 'Material Icons';
+.material-symbols {
+ font-family: 'Material Symbols Rounded';
font-weight: normal;
font-style: normal;
line-height: 1;
@@ -24,31 +17,14 @@
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
+ vertical-align: top;
}
-.material-icons:not(.text-xs):not(.text-sm):not(.text-md):not(.text-base):not(.text-lg):not(.text-xl):not(.text-2xl):not(.text-3xl):not(.text-4xl):not(.text-5xl):not(.text-6xl):not(.text-7xl):not(.text-8xl) {
- font-size: 1.5rem;
+.material-symbols.fill {
+ font-variation-settings:
+ 'FILL' 1
}
-.material-icons-outlined {
- font-family: 'Material Icons 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;
-}
-
-.material-icons-outlined:not(.text-xs):not(.text-sm):not(.text-md):not(.text-base):not(.text-lg):not(.text-xl):not(.text-2xl):not(.text-3xl):not(.text-4xl):not(.text-5xl):not(.text-6xl):not(.text-7xl):not(.text-8xl) {
- font-size: 1.5rem;
-}
-
-
/* cyrillic-ext */
@font-face {
font-family: 'Source Sans Pro';
@@ -317,4 +293,4 @@
font-display: swap;
src: url(/fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf) format('ttf');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
-}
\ No newline at end of file
+}
diff --git a/components/app/Appbar.vue b/components/app/Appbar.vue
index e3424b01..691c3bb6 100644
--- a/components/app/Appbar.vue
+++ b/components/app/Appbar.vue
@@ -5,7 +5,7 @@
-
+ arrow_back
{{ isDirectPlayMethod ? $strings.LabelPlaybackDirect : isLocalPlayMethod ? $strings.LabelPlaybackLocal : $strings.LabelPlaybackTranscode }}
{{ item.text }}
{{ $strings.ButtonDisconnect }}
- cloud_off + cloud_off{{ narrator }}
@@ -31,4 +31,4 @@ export default { flex-direction: column; justify-content: center; } - \ No newline at end of file + diff --git a/components/cards/TagSearchCard.vue b/components/cards/TagSearchCard.vue index 3f3d689a..10cdfe3a 100644 --- a/components/cards/TagSearchCard.vue +++ b/components/cards/TagSearchCard.vue @@ -1,7 +1,7 @@{{ tag }}
@@ -31,4 +31,4 @@ export default { flex-direction: column; justify-content: center; } - \ No newline at end of file + diff --git a/components/connection/ServerConnectForm.vue b/components/connection/ServerConnectForm.vue index 08eb30b6..0c35b158 100644 --- a/components/connection/ServerConnectForm.vue +++ b/components/connection/ServerConnectForm.vue @@ -5,11 +5,11 @@{{ config.name }}
{{ $formatNumber(totalEntities) }} {{ entityTitle }}
{{ selectedSeriesName }} ({{ $formatNumber(totalEntities) }})
- + {{ !bookshelfListView ? 'view_list' : 'grid_view' }}{{ manualTimeoutMin }} min
{{ selectedBookmark ? 'Edit Bookmark' : 'New Bookmark' }}
@@ -31,7 +31,7 @@{{ $strings.ButtonCreateBookmark }}
{{ this.$secondsToTimestamp(currentTime / _playbackRate) }}
{{ value }}
{{ item.text }}
{{ playbackRate }}тип
{{ folder.name }}
{{ manualTimeoutMin }} min
-{{ manualTimeoutMin }} min
-{{ timeRemainingPretty }}
-{{ bookmark.title }}
{{ $secondsToTimestamp(bookmark.time / playbackRate) }}
+schedule{{ $secondsToTimestamp(bookmark.time / playbackRate) }}
{{ $strings.HeaderNewPlaylist }}
diff --git a/components/modals/rssfeeds/RssFeedModal.vue b/components/modals/rssfeeds/RssFeedModal.vue index e7e23576..97b11a0f 100644 --- a/components/modals/rssfeeds/RssFeedModal.vue +++ b/components/modals/rssfeeds/RssFeedModal.vue @@ -3,7 +3,7 @@{{ bookTitle }}
+{{ bookTitle }} download_done
{{ bookAuthor }}
{{ bookDuration }}
{{ itemTitle }}
+{{ itemTitle }} download_done
{{ authorName }}
{{ itemDuration }}
{{ $getString('MessageEpisodesQueuedForDownload', [episodeDownloadsQueued.length]) }}
- + close{{ sortText }}
- + {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}{{ timeRemaining }}
{{ $strings.MessageReportBugsAndContribute }} GitHub
diff --git a/pages/bookshelf/add-podcast.vue b/pages/bookshelf/add-podcast.vue index 712edd8e..a611c8ec 100644 --- a/pages/bookshelf/add-podcast.vue +++ b/pages/bookshelf/add-podcast.vue @@ -35,7 +35,7 @@{{ $strings.ButtonBack }}
{{ $strings.MessageAudiobookshelfServerNotConnected }}
diff --git a/pages/downloading.vue b/pages/downloading.vue
index c793533b..248499e8 100644
--- a/pages/downloading.vue
+++ b/pages/downloading.vue
@@ -7,7 +7,7 @@
{{ $bytesPretty(mediaItem.size) }}
{{ $strings.LabelFolder }}: {{ folderName }}
- + more_vert{{ $strings.LabelMediaType }}: {{ mediaType }}
@@ -22,7 +22,7 @@{{ getLocalLibraryItemSubText(localLibraryItem) }}
{{ folder.name }}
{{ folder.mediaType }}s
- + arrow_right{{ $strings.LabelFolder }}: {{ folderName }}
@@ -27,7 +27,7 @@{{ track.index }}
@@ -40,7 +40,7 @@{{ $elapsedPretty(track.duration) }}
{{ $elapsedPretty(episode.audioTrack.duration) }}
{{ file.filename }}
@@ -111,9 +111,7 @@{{ name }}
{{ $formatDate(evt.timestamp, 'HH:mm') }}
- + {{ getEventIcon(evt.name) }}{{ evt.name }}
- - + cloud_done + error_outline+{{ evt.num }}
@@ -150,9 +150,9 @@ export default { getEventIcon(name) { switch (name) { case 'Play': - return 'play_circle_filled' + return 'play_circle' case 'Pause': - return 'pause_circle_filled' + return 'pause_circle' case 'Stop': return 'stop_circle' case 'Save': diff --git a/pages/playlist/_id.vue b/pages/playlist/_id.vue index 25096407..6f84cc8b 100644 --- a/pages/playlist/_id.vue +++ b/pages/playlist/_id.vue @@ -11,7 +11,7 @@{{ $strings.LabelJumpBackwardsTime }}
{{ $strings.LabelJumpForwardsTime }}
{{ $strings.LabelEnableMp3IndexSeeking }}
- + info{{ $strings.LabelDisableShakeToReset }}
- + info{{ $strings.LabelShakeSensitivity }}
@@ -85,27 +85,27 @@{{ $strings.LabelDisableAudioFadeOut }}
- +{{ $strings.LabelDisableAudioFadeOut }}
+ info +{{ $strings.LabelDisableVibrateOnReset }}
- + info{{ $strings.LabelAutoSleepTimer }}
- + info{{ $strings.LabelAutoSleepTimerAutoRewind }}
- + info{{ $strings.LabelAutoRewindTime }}
@@ -158,7 +158,7 @@{{ $strings.LabelAndroidAutoBrowseLimitForGrouping }}
{{ $strings.LabelAndroidAutoBrowseSeriesSequenceOrder }}
diff --git a/static/fonts/MaterialIcons-Regular.ttf b/static/fonts/MaterialIcons-Regular.ttf deleted file mode 100644 index 9d09b0fe..00000000 Binary files a/static/fonts/MaterialIcons-Regular.ttf and /dev/null differ diff --git a/static/fonts/MaterialIconsOutlined-Regular.otf b/static/fonts/MaterialIconsOutlined-Regular.otf deleted file mode 100644 index 9dad12bc..00000000 Binary files a/static/fonts/MaterialIconsOutlined-Regular.otf and /dev/null differ diff --git a/static/fonts/MaterialSymbolsRounded.woff2 b/static/fonts/MaterialSymbolsRounded.woff2 new file mode 100644 index 00000000..88a9a81f Binary files /dev/null and b/static/fonts/MaterialSymbolsRounded.woff2 differ