mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-25 09:37:30 +00:00
17 lines
322 B
CSS
17 lines
322 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;
|
|
} |