修复部分文本带 emoji 时显示异常的问题

This commit is contained in:
洛水居室 2022-06-10 23:53:47 +08:00
parent 85db72edfb
commit 184cff7da0
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
4 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

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

View File

@ -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}});

View 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;
}