mirror of
https://github.com/bestnite/bilinovel-downloader.git
synced 2025-07-01 21:02:10 +08:00
fix font error
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
package bilinovel
|
||||
|
||||
const StyleCSS = `
|
||||
@font-face{
|
||||
font-family: "read";
|
||||
src: url(../Fonts/read.woff2);
|
||||
@font-face {
|
||||
font-family: "MI LANTING";
|
||||
src: url(../Fonts/read.ttf);
|
||||
}
|
||||
|
||||
.read-font{
|
||||
font-family: "read" !important;
|
||||
.read-font {
|
||||
font-family: "MI LANTING", serif !important;
|
||||
}
|
||||
|
||||
body > div {
|
||||
|
Reference in New Issue
Block a user