Removed explicit font specification from shownotes
This commit is contained in:
parent
ea47118a98
commit
28beb36b2c
Binary file not shown.
@ -1,11 +1,5 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'Roboto-Light';
|
|
||||||
src: url('file:///android_asset/Roboto-Light.ttf');
|
|
||||||
}
|
|
||||||
* {
|
* {
|
||||||
color: %s;
|
color: %s;
|
||||||
font-family: roboto-Light;
|
|
||||||
font-size: 13pt;
|
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
@ -33,5 +27,4 @@ p#apNoShownotes {
|
|||||||
transform: translate(-50%%, -50%%);
|
transform: translate(-50%%, -50%%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-text-size-adjust: none;
|
-webkit-text-size-adjust: none;
|
||||||
font-size: 80%%;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user