【发布时间】:2020-09-25 00:26:03
【问题描述】:
我正在使用 DINPro Medium 字体,由于某种原因,它导致了这种情况。如果重要,文件类型是 .woff。但我在我的 React 网站上使用它。 Picture
这就是我引入字体的方式。
@font-face {
font-family: "DINPro Medium";
font-style: normal;
font-weight: normal;
src: local("DINPro Medium"), url("DINPro-Medium tr.woff") format("woff");
}
<p class="text">
I am super passionate about mechanical engineering. I love to
design and build products, either thats a robot, electric
skateboard, or a rocket ship. My ultimate dream is to work for
NASA Jet Propulsion Laboratory. The things they create such as
the Mars Rover is something I would love to be a part of. On
this website you can find all of my projects that I have
completed, my resume, coursework, and contact. I am looking for
internships in the aerospace and robotics industry. If you have
any opportunities, please send them my way. Here are some skills
I am great at:
</p>
【问题讨论】:
-
我最好的猜测是字体有一个
fi连字,但客户端没有对应的字形。