我正在尝试在 react-pdf 中使用斜体样式。
在我使用font-style: italic;
.
react-pdf 中是否有另一种将文本样式设置为斜体的方式?
const Italic = styled.Text`
font-size: 12px;
lineheight: 20px;
text-align: left;
font-family: "Roboto Condensed";
letter-spacing: 0.5px;
font-style: italic;//problem is with this line
font-weight:400;
`;
它给了我错误:
未捕获(承诺)错误:无法解析未定义的字体,fontWeight 400