添加字体

This commit is contained in:
洛水居室 2022-06-11 14:38:50 +08:00
parent 4c4ef4be02
commit 0fb5e5acfe
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
4 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@ -7,7 +7,6 @@
body {
font-family: '华文中宋', system-ui;
transform: scale(0.9);
transform-origin: 0 0;
position: absolute;

View File

@ -5,6 +5,7 @@
<title>weapon</title>
<link type="text/css" href="../../styles/tailwind.min.css" rel="stylesheet">
<link type="text/css" href="./weapon.css" rel="stylesheet">
<link type="text/css" href="../../styles/public.css" rel="stylesheet">
</head>
<body>
<div class="page-container container mx-auto my-6 rounded-xl px-6 py-6 max-w-lg flex flex-col divide-y-2 divide-inherit" id="container">

View File

@ -5,6 +5,13 @@
font-style: normal;
}
body {
font-family: "seguiemj", emoji;
@font-face {
font-family: "hywh";
src: url("../fonts/汉仪文黑-85W.ttf");
font-weight: normal;
font-style: normal;
}
body {
font-family: "hywh", "seguiemj", emoji;
}