diff options
-rw-r--r-- | app/src/main/assets/Roboto-Light.ttf | bin | 115200 -> 0 bytes | |||
-rw-r--r-- | core/src/main/assets/shownotes-style.css | 7 |
2 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/assets/Roboto-Light.ttf b/app/src/main/assets/Roboto-Light.ttf Binary files differdeleted file mode 100644 index 13bf13af0..000000000 --- a/app/src/main/assets/Roboto-Light.ttf +++ /dev/null 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%%; } |