21 lines
421 B
CSS
21 lines
421 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);
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
font-family: DBHeavent !important;
|
|
}
|
|
|
|
body {
|
|
font-family: PSL !important;
|
|
font-size: 13pt !important;
|
|
color: #353239 !important;
|
|
margin: 20px !important;
|
|
word-break: break-word;
|
|
} |