diff --git a/core/core-frontend/src/assets/font/AlibabaPuHuiTi.otf b/core/core-frontend/src/assets/font/AlibabaPuHuiTi.otf new file mode 100644 index 0000000000..cca7439775 Binary files /dev/null and b/core/core-frontend/src/assets/font/AlibabaPuHuiTi.otf differ diff --git a/core/core-frontend/src/components/color-scheme/src/ColorScheme.vue b/core/core-frontend/src/components/color-scheme/src/ColorScheme.vue index 7f8475c5f8..5105ac4616 100644 --- a/core/core-frontend/src/components/color-scheme/src/ColorScheme.vue +++ b/core/core-frontend/src/components/color-scheme/src/ColorScheme.vue @@ -187,7 +187,7 @@ const resetCustomColor = () => { .custom-title { justify-content: space-between; color: #646a73; - font-family: PingFang SC; + font-family: AlibabaPuHuiTi; font-size: 12px; font-style: normal; font-weight: 400; diff --git a/core/core-frontend/src/components/column-list/src/ColumnList.vue b/core/core-frontend/src/components/column-list/src/ColumnList.vue index 5a4d661297..30ce7ed159 100644 --- a/core/core-frontend/src/components/column-list/src/ColumnList.vue +++ b/core/core-frontend/src/components/column-list/src/ColumnList.vue @@ -90,7 +90,7 @@ const handleCheckAllChange = (val: CheckboxValueType) => { .title, .ed-checkbox { - font-family: PingFang SC; + font-family: AlibabaPuHuiTi; font-size: 14px; font-weight: 400; padding: 5px 0; diff --git a/core/core-frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue b/core/core-frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue index cbcf29c7b7..3fba66bf7a 100644 --- a/core/core-frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue +++ b/core/core-frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue @@ -57,7 +57,7 @@ defineExpose({ > :nth-child(1) { color: var(--deTextSecondary, #1f2329); - font-family: 'PingFang SC'; + font-family: 'AlibabaPuHuiTi'; font-style: normal; font-weight: 400; font-size: 14px; @@ -71,7 +71,7 @@ defineExpose({ .item, .more { - font-family: PingFang SC; + font-family: AlibabaPuHuiTi; white-space: nowrap; font-size: 14px; font-weight: 400; diff --git a/core/core-frontend/src/components/drawer-filter/src/DrawerFilter.vue b/core/core-frontend/src/components/drawer-filter/src/DrawerFilter.vue index af7903f5ad..24829117ab 100644 --- a/core/core-frontend/src/components/drawer-filter/src/DrawerFilter.vue +++ b/core/core-frontend/src/components/drawer-filter/src/DrawerFilter.vue @@ -66,7 +66,7 @@ defineExpose({ > :nth-child(1) { color: var(--deTextSecondary, #1f2329); - font-family: 'PingFang SC'; + font-family: 'AlibabaPuHuiTi'; font-style: normal; font-weight: 400; font-size: 14px; diff --git a/core/core-frontend/src/components/drawer-filter/src/DrawerTimeFilter.vue b/core/core-frontend/src/components/drawer-filter/src/DrawerTimeFilter.vue index 4b21f06d2e..5beb80781d 100644 --- a/core/core-frontend/src/components/drawer-filter/src/DrawerTimeFilter.vue +++ b/core/core-frontend/src/components/drawer-filter/src/DrawerTimeFilter.vue @@ -100,7 +100,7 @@ defineExpose({ > :nth-child(1) { color: var(--deTextSecondary, #1f2329); - font-family: 'PingFang SC'; + font-family: 'AlibabaPuHuiTi'; font-style: normal; font-weight: 400; font-size: 14px; @@ -114,7 +114,7 @@ defineExpose({ .item, .more { - font-family: PingFang SC; + font-family: AlibabaPuHuiTi; white-space: nowrap; font-size: 14px; font-weight: 400; diff --git a/core/core-frontend/src/components/drawer-filter/src/DrawerTreeFilter.vue b/core/core-frontend/src/components/drawer-filter/src/DrawerTreeFilter.vue index 710c437b84..6455ef7ed6 100644 --- a/core/core-frontend/src/components/drawer-filter/src/DrawerTreeFilter.vue +++ b/core/core-frontend/src/components/drawer-filter/src/DrawerTreeFilter.vue @@ -72,7 +72,7 @@ defineExpose({ > :nth-child(1) { color: var(--deTextSecondary, #1f2329); - font-family: 'PingFang SC'; + font-family: 'AlibabaPuHuiTi'; font-style: normal; font-weight: 400; font-size: 14px; diff --git a/core/core-frontend/src/components/empty-background/src/EmptyBackground.vue b/core/core-frontend/src/components/empty-background/src/EmptyBackground.vue index 57c1cb9ef0..8548200774 100644 --- a/core/core-frontend/src/components/empty-background/src/EmptyBackground.vue +++ b/core/core-frontend/src/components/empty-background/src/EmptyBackground.vue @@ -55,7 +55,7 @@ const getAssetsFile = { color: var(--N600, #646a73); text-align: center; /* 正文-字号 14,行高 22,字重适中(Regular),用于列表Feed会话 */ - font-family: PingFang SC; + font-family: AlibabaPuHuiTi; font-size: 14px; font-style: normal; font-weight: 400; diff --git a/core/core-frontend/src/components/filter-text/src/FilterText.vue b/core/core-frontend/src/components/filter-text/src/FilterText.vue index 6b4b30af3b..5ae0d40f44 100644 --- a/core/core-frontend/src/components/filter-text/src/FilterText.vue +++ b/core/core-frontend/src/components/filter-text/src/FilterText.vue @@ -71,7 +71,7 @@ watch( display: flex; align-items: center; margin: 17px 0; - font-family: 'PingFang SC'; + font-family: 'AlibabaPuHuiTi'; font-weight: 400; .sum { diff --git a/core/core-frontend/src/components/visualization/LinkJumpSet.vue b/core/core-frontend/src/components/visualization/LinkJumpSet.vue index 796ca3059a..e833a779bf 100644 --- a/core/core-frontend/src/components/visualization/LinkJumpSet.vue +++ b/core/core-frontend/src/components/visualization/LinkJumpSet.vue @@ -859,7 +859,7 @@ defineExpose({ color: var(--neutral-900, #1f2329); /* 中文/桌面端/正文 14 22 Regular */ - font-family: PingFang SC; + font-family: AlibabaPuHuiTi; font-size: 14px; font-style: normal; font-weight: 400; diff --git a/core/core-frontend/src/components/visualization/linkJump.vue b/core/core-frontend/src/components/visualization/linkJump.vue index f0ecc1fa45..f3552a2217 100644 --- a/core/core-frontend/src/components/visualization/linkJump.vue +++ b/core/core-frontend/src/components/visualization/linkJump.vue @@ -266,7 +266,7 @@ defineExpose({