You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
746 B
36 lines
746 B
11 months ago
|
@font-face {
|
||
|
font-family: 'oppoSans-R';
|
||
|
src: url('./OPPOSans-R.ttf') format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'oppoSans-M';
|
||
|
src: url('./OPPOSans-M.ttf') format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'dinProSemiBold';
|
||
|
src: url('./D-DIN-PRO-600-SemiBold.ttf');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'dinProRegular';
|
||
|
src: url('./D-DIN-PRO-400-Regular.ttf');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'alimama';
|
||
|
src: url('alimamashuheiti.ttf') format('truetype');
|
||
|
}
|
||
|
.dinProSemiBold{
|
||
|
font-family: 'dinProSemiBold';
|
||
|
}
|
||
|
.dinProRegular{
|
||
|
font-family: 'dinProRegular';
|
||
|
}
|
||
|
.alimama{
|
||
|
font-family: 'alimama';
|
||
|
}
|
||
|
.oppoSans-M{
|
||
|
font-family: 'oppoSans-M';
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
.oppoSans-R{
|
||
|
font-family: 'oppoSans-R';
|
||
|
}
|