summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-05-29 16:00:30 +0200
committerByteHamster <info@bytehamster.com>2021-06-05 18:22:08 +0200
commit28beb36b2cdcf7a8b48af00e322d341d54226e81 (patch)
treee0b4443dbdd8e3e38f98b7faabdf62bf62449fda /core/src/main
parentea47118a981215b408f8aef44ed5c1bcd616908b (diff)
downloadAntennaPod-28beb36b2cdcf7a8b48af00e322d341d54226e81.zip
Removed explicit font specification from shownotes
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/assets/shownotes-style.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/src/main/assets/shownotes-style.css b/core/src/main/assets/shownotes-style.css
index c21a77eae..01d13bc16 100644
--- a/core/src/main/assets/shownotes-style.css
+++ b/core/src/main/assets/shownotes-style.css
@@ -1,11 +1,5 @@
-@font-face {
- font-family: 'Roboto-Light';
- src: url('file:///android_asset/Roboto-Light.ttf');
-}
* {
color: %s;
- font-family: roboto-Light;
- font-size: 13pt;
overflow-wrap: break-word;
}
a {
@@ -33,5 +27,4 @@ p#apNoShownotes {
transform: translate(-50%%, -50%%);
text-align: center;
-webkit-text-size-adjust: none;
- font-size: 80%%;
}