mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
initial upload
This commit is contained in:
commit
1c65f10e24
58 changed files with 2533 additions and 0 deletions
41
resources/common/style/index.scss
Normal file
41
resources/common/style/index.scss
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
font-family: 'zzz';
|
||||
// src: url('../fonts/RoGSanSrfStd-Bd.otf');
|
||||
src: url('../fonts/inpinhongmengti.ttf');
|
||||
// font-weight: 400;
|
||||
}
|
||||
|
||||
// @font-face {
|
||||
// font-family: 'zzz';
|
||||
// src: url('../fonts/REEJI-CloudChaoCuHeiGBT.ttf');
|
||||
// font-weight: 900;
|
||||
// }
|
||||
|
||||
@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-title {
|
||||
// font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||
// Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
// font-weight: 900;
|
||||
// }
|
||||
|
||||
.zzz-serif {
|
||||
font-family: 'Source Han Serif', system-ui, -apple-system, BlinkMacSystemFont,
|
||||
'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue