2025-08-20 16:21:13 +08:00
|
|
|
@font-face {
|
2025-08-23 14:01:23 +08:00
|
|
|
font-family: 'SHT';
|
|
|
|
|
src: url('@/static/font/shuhe-ti/AlimamaShuHeiTi-Bold.ttf') format('truetype'),
|
|
|
|
|
url('@/static/font/shuhe-ti/AlimamaShuHeiTi-Bold.woff') format('woff'),
|
|
|
|
|
url('@/static/font/shuhe-ti/AlimamaShuHeiTi-Bold.woff2') format('woff2');
|
2025-08-20 16:21:13 +08:00
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 设置全局默认字体 */
|
|
|
|
|
body, page {
|
2025-08-23 14:01:23 +08:00
|
|
|
font-family: 'SHT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2025-08-20 16:21:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 为所有元素设置默认字体 */
|
|
|
|
|
* {
|
2025-08-23 14:01:23 +08:00
|
|
|
font-family: 'SHT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2025-08-20 16:21:13 +08:00
|
|
|
}
|