feat: award页面迁移
This commit is contained in:
BIN
public/css/fonts/ARIAL.ttf
Normal file
BIN
public/css/fonts/ARIAL.ttf
Normal file
Binary file not shown.
BIN
public/css/fonts/ARIALBD.ttf
Normal file
BIN
public/css/fonts/ARIALBD.ttf
Normal file
Binary file not shown.
BIN
public/css/fonts/ArialMdm.ttf
Normal file
BIN
public/css/fonts/ArialMdm.ttf
Normal file
Binary file not shown.
BIN
public/css/fonts/InstrumentSans-Bold.ttf
Normal file
BIN
public/css/fonts/InstrumentSans-Bold.ttf
Normal file
Binary file not shown.
BIN
public/css/fonts/InstrumentSans-Regular.ttf
Normal file
BIN
public/css/fonts/InstrumentSans-Regular.ttf
Normal file
Binary file not shown.
BIN
public/css/fonts/Poppins-Medium.ttf
Normal file
BIN
public/css/fonts/Poppins-Medium.ttf
Normal file
Binary file not shown.
BIN
public/css/fonts/Poppins-Regular.ttf
Normal file
BIN
public/css/fonts/Poppins-Regular.ttf
Normal file
Binary file not shown.
BIN
public/css/fonts/Poppins-SemiBold.ttf
Normal file
BIN
public/css/fonts/Poppins-SemiBold.ttf
Normal file
Binary file not shown.
41
public/css/fonts/fontFamily.css
Normal file
41
public/css/fonts/fontFamily.css
Normal file
@@ -0,0 +1,41 @@
|
||||
/* 字体定义 */
|
||||
@font-face {
|
||||
font-family: 'Arial';
|
||||
src: url('./ARIAL.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ArialBold';
|
||||
src: url('./ARIALBD.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ArialMedium';
|
||||
src: url('./ArialMdm.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('./Poppins-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'PoppinsMedium';
|
||||
src: url('./Poppins-Medium.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'PoppinsBold';
|
||||
src: url('./Poppins-SemiBold.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Instrument';
|
||||
src: url('./InstrumentSans-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'InstrumentBold';
|
||||
src: url('./InstrumentSans-Bold.ttf') format('truetype');
|
||||
}
|
||||
Reference in New Issue
Block a user