Removed explicit font specification from shownotes

This commit is contained in:
ByteHamster 2021-05-29 16:00:30 +02:00
parent ea47118a98
commit 28beb36b2c
2 changed files with 0 additions and 7 deletions

Binary file not shown.

View File

@ -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%%;
}