feat:v1.4前端更新
This commit is contained in:
BIN
admin/src/assets/fonts/D-DIN-PRO-400-Regular.otf
Normal file
BIN
admin/src/assets/fonts/D-DIN-PRO-400-Regular.otf
Normal file
Binary file not shown.
BIN
admin/src/assets/fonts/D-DIN-PRO-600-SemiBold.otf
Normal file
BIN
admin/src/assets/fonts/D-DIN-PRO-600-SemiBold.otf
Normal file
Binary file not shown.
19
admin/src/assets/fonts/font.css
Normal file
19
admin/src/assets/fonts/font.css
Normal file
@@ -0,0 +1,19 @@
|
||||
@font-face {
|
||||
font-family: 'dinProSemiBold';
|
||||
src: url('./D-DIN-PRO-600-SemiBold.otf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'dinProRegular';
|
||||
src: url('./D-DIN-PRO-400-Regular.otf');
|
||||
}
|
||||
|
||||
.semiBold {
|
||||
font-family: 'dinProSemiBold';
|
||||
}
|
||||
.regular {
|
||||
font-family: 'dinProRegular';
|
||||
}
|
||||
.pingFang {
|
||||
font-family: 'PingFang SC, PingFang SC';
|
||||
font-weight: 500;
|
||||
}
|
||||
Reference in New Issue
Block a user