From 28beb36b2cdcf7a8b48af00e322d341d54226e81 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 29 May 2021 16:00:30 +0200 Subject: Removed explicit font specification from shownotes --- core/src/main/assets/shownotes-style.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core/src/main') 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%%; } -- cgit v1.2.3