mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-25 09:37:30 +00:00
修复部分文本带 emoji 时显示异常的问题
This commit is contained in:
parent
85db72edfb
commit
184cff7da0
BIN
resources/fonts/seguiemj.ttf
Normal file
BIN
resources/fonts/seguiemj.ttf
Normal file
Binary file not shown.
@ -4,6 +4,7 @@
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
|
||||
<link rel="preload" href="./items/background.jpg" as="image">
|
||||
<link type="text/css" href="./gacha.css" rel="stylesheet">
|
||||
<link type="text/css" href="../../styles/public.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container" id="container">
|
||||
|
@ -5,6 +5,7 @@
|
||||
<title>Title</title>
|
||||
<link type="text/css" href="../../styles/tailwind.min.css" rel="stylesheet">
|
||||
<link type="text/css" href="./info.css" rel="stylesheet">
|
||||
<link type="text/css" href="../../styles/public.css" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
background-image: url({{background_image}});
|
||||
|
10
resources/styles/public.css
Normal file
10
resources/styles/public.css
Normal file
@ -0,0 +1,10 @@
|
||||
@font-face {
|
||||
font-family: "seguiemj";
|
||||
src: url("../fonts/seguiemj.ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "seguiemj", emoji;
|
||||
}
|
Loading…
Reference in New Issue
Block a user