mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 12:47:48 +00:00
21 lines
749 B
CSS
21 lines
749 B
CSS
@font-face {
|
|
font-family: "zzz";
|
|
src: url("../fonts/inpinhongmengti.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: "Source Han Serif";
|
|
src: url("../fonts/SourceHanSerifCN-Heavy.otf");
|
|
}
|
|
.zzz-font {
|
|
font-family: "zzz", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
.no-zzz-font {
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
.zzz-serif {
|
|
font-family: "Source Han Serif", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|