PamGram/resources/styles/public.css
2022-07-26 18:07:31 +08:00

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;
}