diff --git a/assets/fonts.css b/assets/fonts.css index 8241ff6b..1c2cf48d 100644 --- a/assets/fonts.css +++ b/assets/fonts.css @@ -48,25 +48,6 @@ font-size: 1.5rem; } -@font-face { - font-family: 'Gentium Book Basic'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(/fonts/GentiumBookBasic.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -/* latin */ -@font-face { - font-family: 'Gentium Book Basic'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(/fonts/GentiumBookBasic.woff2) format('woff2'); - 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; -} - /* cyrillic-ext */ @font-face { diff --git a/components/app/Appbar.vue b/components/app/Appbar.vue index 77a20543..c91311c4 100644 --- a/components/app/Appbar.vue +++ b/components/app/Appbar.vue @@ -10,7 +10,7 @@
-

{{ currentLibraryName }}

+

{{ currentLibraryName }}

diff --git a/components/bookshelf/Shelf.vue b/components/bookshelf/Shelf.vue index a95b30f2..367850fc 100644 --- a/components/bookshelf/Shelf.vue +++ b/components/bookshelf/Shelf.vue @@ -13,7 +13,7 @@ -
+

{{ label }}

diff --git a/components/cards/LazyBookCard.vue b/components/cards/LazyBookCard.vue index 789ee884..e6b6176f 100644 --- a/components/cards/LazyBookCard.vue +++ b/components/cards/LazyBookCard.vue @@ -18,7 +18,7 @@
-

{{ title }}

+

{{ title }}

@@ -26,11 +26,11 @@
-

{{ titleCleaned }}

+

{{ titleCleaned }}

-

{{ authorCleaned }}

+

{{ authorCleaned }}

diff --git a/components/cards/LazyCollectionCard.vue b/components/cards/LazyCollectionCard.vue index f76d0540..85e6b5b2 100644 --- a/components/cards/LazyCollectionCard.vue +++ b/components/cards/LazyCollectionCard.vue @@ -5,7 +5,7 @@
-
+

{{ title }}

diff --git a/components/cards/LazyPlaylistCard.vue b/components/cards/LazyPlaylistCard.vue index b3a1d18a..44448f70 100644 --- a/components/cards/LazyPlaylistCard.vue +++ b/components/cards/LazyPlaylistCard.vue @@ -4,7 +4,7 @@
-
+

{{ title }}

diff --git a/components/cards/LazySeriesCard.vue b/components/cards/LazySeriesCard.vue index f19aa574..7fdd4548 100644 --- a/components/cards/LazySeriesCard.vue +++ b/components/cards/LazySeriesCard.vue @@ -8,7 +8,7 @@

{{ title }}

-
+

{{ title }}

diff --git a/components/covers/BookCover.vue b/components/covers/BookCover.vue index d1f5ee7e..4f4c6238 100644 --- a/components/covers/BookCover.vue +++ b/components/covers/BookCover.vue @@ -8,7 +8,7 @@
-

{{ title }}

+

{{ title }}

@@ -18,17 +18,17 @@
-

Invalid Cover

+

Invalid Cover

-

{{ titleCleaned }}

+

{{ titleCleaned }}

-

{{ authorCleaned }}

+

{{ authorCleaned }}

diff --git a/components/covers/CollectionCover.vue b/components/covers/CollectionCover.vue index 403024eb..879bddad 100644 --- a/components/covers/CollectionCover.vue +++ b/components/covers/CollectionCover.vue @@ -15,7 +15,7 @@
-

Empty Collection

+

Empty Collection

diff --git a/components/covers/GroupCover.vue b/components/covers/GroupCover.vue index 8af50fd0..d173b7fc 100644 --- a/components/covers/GroupCover.vue +++ b/components/covers/GroupCover.vue @@ -134,7 +134,7 @@ export default { var innerP = document.createElement('p') innerP.textContent = this.name - innerP.className = 'text-sm font-book text-white' + innerP.className = 'text-smtext-white' imgdiv.appendChild(innerP) return imgdiv diff --git a/components/covers/PreviewCover.vue b/components/covers/PreviewCover.vue index fac0271a..aab610de 100644 --- a/components/covers/PreviewCover.vue +++ b/components/covers/PreviewCover.vue @@ -14,7 +14,7 @@
-

Invalid Cover

+

Invalid Cover

diff --git a/components/home/BookshelfToolbar.vue b/components/home/BookshelfToolbar.vue index 63c0d2ec..148bc71a 100644 --- a/components/home/BookshelfToolbar.vue +++ b/components/home/BookshelfToolbar.vue @@ -5,8 +5,8 @@ arrow_back -

{{ totalEntities }} {{ entityTitle }}

-

{{ selectedSeriesName }} ({{ totalEntities }})

+

{{ totalEntities }} {{ entityTitle }}

+

{{ selectedSeriesName }} ({{ totalEntities }})

{{ !bookshelfListView ? 'view_list' : 'grid_view' }}