- 修改 ArticleController.java - 更新 application.yml 配置 - 更新 frontend/.env.production 环境配置 - 添加 single_uniapp22miao 小程序模块 - 添加 logs 目录
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;
|
|
} |