0

在我的 create-react-app 中,我在 css 中设置了这个

.App {
  text-align: center;
  font-family: 'Times New Roman', Arial;
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman');
  unicode-range: U+0020;
}

汉字显示为Times New Roman,虽然unicode-range是空格(U+0020),为什么会这样?

我如何设置它以便我可以在 unicode 范围内使用中文字符的实际 unicode?

4

0 回答 0