1
0
go-view-fetch/src/styles/font/font.scss
gaohaifeng d4d20fe514 feat(图表): 添加图表标题样式并调整字体配置
添加Alibaba-PuHuiTi-Bold字体文件及样式
为PieCenter和LineDropdown组件添加标题样式
调整SceneDistribution组件的字体大小和颜色
移除PieCenter中未使用的z-index导入
在data.json中添加title字段
2025-08-21 16:10:29 +08:00

6 lines
159 B
SCSS

@font-face {
font-family: 'Alibaba-PuHuiTi-Bold';
src: url('./Alibaba-PuHuiTi-Bold.otf') format('opentype');
font-weight: normal;
font-style: normal;
}