- 从 main 获取 single_uniapp22miao 子项目 - dart-sass: /deep/ -> ::v-deep,calc 运算符加空格 - DEPLOY.md 采用 shccd159 版本(4 子项目架构说明) Made-with: Cursor
19 lines
383 B
CSS
19 lines
383 B
CSS
@font-face {
|
|
font-family: 'dinProSemiBold';
|
|
src: url('static/fonts/D-DIN-PRO-600-SemiBold.otf');
|
|
}
|
|
@font-face {
|
|
font-family: 'dinProRegular';
|
|
src: url('static/fonts/D-DIN-PRO-400-Regular.otf');
|
|
}
|
|
|
|
.semiBold{
|
|
font-family: 'dinProSemiBold';
|
|
}
|
|
.regular{
|
|
font-family: 'dinProRegular';
|
|
}
|
|
.pingFang{
|
|
font-family: 'PingFang SC, PingFang SC';
|
|
font-weight: 500;
|
|
} |