11 lines
190 B
CSS
11 lines
190 B
CSS
|
|
#readerDiv {
|
||
|
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
|
background-color: transparent !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*@font-face {
|
||
|
|
font-family: Starborn;
|
||
|
|
src: url(Fonts/Starborn.ttf);
|
||
|
|
}
|
||
|
|
*/
|