解决表格斜体加粗

This commit is contained in:
2026-07-17 17:14:12 +08:00
parent 3abf881437
commit bf9d5f3f22
17 changed files with 351 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4890805 */
src: url('iconfont.woff2?t=1782200893170') format('woff2'),
url('iconfont.woff?t=1782200893170') format('woff'),
url('iconfont.ttf?t=1782200893170') format('truetype');
src: url('iconfont.woff2?t=1783330740989') format('woff2'),
url('iconfont.woff?t=1783330740989') format('woff'),
url('iconfont.ttf?t=1783330740989') format('truetype');
}
.iconfont {
@@ -13,6 +13,42 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-daima:before {
content: "\e695";
}
.icon-word:before {
content: "\e64c";
}
.icon-qitalingyu:before {
content: "\e62f";
}
.icon-wenjianjia1:before {
content: "\e63a";
}
.icon-execl:before {
content: "\e64d";
}
.icon-TXT1:before {
content: "\e64e";
}
.icon-PPT1:before {
content: "\e64f";
}
.icon-ZIP:before {
content: "\e650";
}
.icon-PDF1:before {
content: "\e651";
}
.icon-cloud:before {
content: "\e988";
}