15 lines
360 B
CSS
15 lines
360 B
CSS
@font-face {
|
|
font-family: 'JinBuTi';
|
|
/* 自定义字体名称 */
|
|
src: url('./DingTalk JinBuTi.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Sans';
|
|
/* 自定义字体名称 */
|
|
src: url('./DingTalk Sans.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |