mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-21 14:48:29 +00:00
58 lines
1.1 KiB
CSS
58 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: "seguiemj";
|
|
src: url("../fonts/seguiemj.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "HYWH";
|
|
src: url("../fonts/HYWenHei-35W.ttf") format("truetype");
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "HYWH";
|
|
src: url("../fonts/HYWenHei-45W.ttf") format("truetype");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "HYWH";
|
|
src: url("../fonts/HYWenHei-55W.ttf") format("truetype");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "HYWH";
|
|
src: url("../fonts/HYWenHei-65W.ttf") format("truetype");
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "HYWH";
|
|
src: url("../fonts/HYWenHei-75W.ttf") format("truetype");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "HYWH";
|
|
src: url("../fonts/HYWenHei-85W.ttf") format("truetype");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "inpin hongmengti";
|
|
src: url(../fonts/ZZZ_Default.otf);
|
|
}
|
|
|
|
body {
|
|
font-family: "inpin hongmengti", "HYWH", "seguiemj", emoji, serif, system-ui;
|
|
}
|