2024-08-07 21:48:57 +08:00
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
2024-08-19 14:01:14 +08:00
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 申明字体为东方大楷 */
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'DongFangDaKai';
|
|
|
|
|
src: url('@/assets/font/DongFangDaKai-Regular.woff') format('woff'),
|
|
|
|
|
url('@/assets/font/DongFangDaKai-Regular.woff2') format('woff2');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "MFBanHei"; /* Project id 1513211 */
|
|
|
|
|
src: url('@/assets/font/MFBanHei.ttf?t=1643094287456') format('truetype');
|
|
|
|
|
}
|
|
|
|
|
|