cnhis-design-vue 3.1.15-beta.5 → 3.1.15-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/packages/index.css
CHANGED
|
@@ -2711,7 +2711,7 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
2711
2711
|
@font-face {
|
|
2712
2712
|
font-family: 'iconfont';
|
|
2713
2713
|
/* Project id 3468756 */
|
|
2714
|
-
src: url('./iconfont.ttf
|
|
2714
|
+
src: url('./iconfont.ttf') format('truetype');
|
|
2715
2715
|
}
|
|
2716
2716
|
.c-info-header .iconfont {
|
|
2717
2717
|
font-family: 'iconfont' !important;
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
@font-face {
|
|
11
11
|
font-family: 'iconfont';
|
|
12
12
|
/* Project id 3468756 */
|
|
13
|
-
src: url('./iconfont.ttf
|
|
13
|
+
src: url('./iconfont.ttf') format('truetype');
|
|
14
14
|
}
|
|
15
15
|
.c-info-header .iconfont {
|
|
16
16
|
font-family: 'iconfont' !important;
|