dumi-theme-antd-style
dumi-theme-antd-style copied to clipboard
👑 [建议] Hero 组件中 font-weight 不同照成的样式错误
🥰 需求描述
在 Hero 组件中 titleShadow 具有 font-weight: bold; 样式、然而 title 缺少 font-weight: bold;, 尽管在通常情况下浏览器的 h1 的 font-weight: bold; 。这里是由于我引入了reset css 相关的全局样式将 h1 重置为了 font-weight:inherit 但是我觉得还是可以给 title 一个 font-weight: bold; 用以统一样式的实现
🚑 其他信息
title 缺少 font-weight: bold; 而 reset css 给 h1 默认为 font-weight:inherit