fix font error

This commit is contained in:
2025-04-20 21:34:52 +10:00
parent 0c746c984b
commit d80c6053ab
4 changed files with 20 additions and 17 deletions

View File

@ -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 {