diff --git a/client/assets/fonts.css b/client/assets/fonts.css index f3c586e3..167aa81b 100644 --- a/client/assets/fonts.css +++ b/client/assets/fonts.css @@ -26,7 +26,7 @@ -webkit-font-smoothing: antialiased; } -.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) { +.material-icons:not([class*="text-"]) { font-size: 1.5rem; } @@ -44,11 +44,10 @@ -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) { +.material-icons-outlined:not([class*="text-"]) { font-size: 1.5rem; } - @font-face { font-family: 'Gentium Book Basic'; font-style: normal; diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index f39e8839..836b0977 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -46,8 +46,12 @@
{{ sleepTimerRemainingString }}
@@ -15,15 +15,15 @@by {{ podcastAuthor || 'Unknown' }}
-+
by
by Unknown
@@ -44,7 +44,7 @@