unibest/src/style/index.scss

14 lines
178 B
SCSS
Raw Normal View History

2024-01-30 20:22:35 +08:00
.test {
margin-top: 4px;
color: red;
}
2024-01-30 20:46:54 +08:00
@font-face {
font-family: TiTi;
src: url('./PangMenZhengDaoBiaoTiTi-1.ttf');
}
.titi {
font-family: TiTi, Arial, sans-serif;
}