summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-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%%;
}