mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 12:02:16 +00:00
18 lines
334 B
CSS
18 lines
334 B
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/汉仪文黑-85W.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
font-family: "hywh", "seguiemj", emoji, system-ui;
|
|
}
|