mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
添加字体
This commit is contained in:
parent
4c4ef4be02
commit
0fb5e5acfe
BIN
resources/fonts/汉仪文黑-85W.ttf
Normal file
BIN
resources/fonts/汉仪文黑-85W.ttf
Normal file
Binary file not shown.
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: '华文中宋', system-ui;
|
|
||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<title>weapon</title>
|
<title>weapon</title>
|
||||||
<link type="text/css" href="../../styles/tailwind.min.css" rel="stylesheet">
|
<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="./weapon.css" rel="stylesheet">
|
||||||
|
<link type="text/css" href="../../styles/public.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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">
|
<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">
|
||||||
|
@ -5,6 +5,13 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "hywh";
|
||||||
|
src: url("../fonts/汉仪文黑-85W.ttf");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "seguiemj", emoji;
|
font-family: "hywh", "seguiemj", emoji;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user