20 lines
366 B
CSS
20 lines
366 B
CSS
|
@font-face {
|
||
|
font-family: DBHeavent;
|
||
|
src: url(file:///android_asset/fonts/db_heavent_regular.ttf);
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: PSL;
|
||
|
src: url(file:///android_asset/fonts/PSL001Pro.ttf);
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #7631C1;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: DBHeavent !important;
|
||
|
font-size: 16pt !important;
|
||
|
margin: 16px !important;
|
||
|
word-break: break-word;
|
||
|
}
|