diff --git a/resources/fonts/汉仪文黑-85W.ttf b/resources/fonts/汉仪文黑-85W.ttf new file mode 100644 index 00000000..c6b67098 Binary files /dev/null and b/resources/fonts/汉仪文黑-85W.ttf differ diff --git a/resources/genshin/gacha/gacha.css b/resources/genshin/gacha/gacha.css index 996744df..158776f4 100644 --- a/resources/genshin/gacha/gacha.css +++ b/resources/genshin/gacha/gacha.css @@ -7,7 +7,6 @@ body { - font-family: '华文中宋', system-ui; transform: scale(0.9); transform-origin: 0 0; position: absolute; diff --git a/resources/genshin/weapon/weapon.html b/resources/genshin/weapon/weapon.html index 1d66d640..000769db 100644 --- a/resources/genshin/weapon/weapon.html +++ b/resources/genshin/weapon/weapon.html @@ -5,6 +5,7 @@ weapon +
diff --git a/resources/styles/public.css b/resources/styles/public.css index 140b87c1..1a908f55 100644 --- a/resources/styles/public.css +++ b/resources/styles/public.css @@ -5,6 +5,13 @@ font-style: normal; } +@font-face { + font-family: "hywh"; + src: url("../fonts/汉仪文黑-85W.ttf"); + font-weight: normal; + font-style: normal; +} + body { - font-family: "seguiemj", emoji; + font-family: "hywh", "seguiemj", emoji; } \ No newline at end of file