diff options
author | ByteHamster <info@bytehamster.com> | 2021-05-29 16:00:30 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-06-05 18:22:08 +0200 |
commit | 28beb36b2cdcf7a8b48af00e322d341d54226e81 (patch) | |
tree | e0b4443dbdd8e3e38f98b7faabdf62bf62449fda /core/src/main/assets | |
parent | ea47118a981215b408f8aef44ed5c1bcd616908b (diff) | |
download | AntennaPod-28beb36b2cdcf7a8b48af00e322d341d54226e81.zip |
Removed explicit font specification from shownotes
Diffstat (limited to 'core/src/main/assets')
-rw-r--r-- | core/src/main/assets/shownotes-style.css | 7 |
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%%; } |