-1

我使用“roboto”和“san-serif”,普通文本“A.Ş”错误文本--> 在此处输入图像描述

4

2 回答 2

2

这是因为您的字体没有该字符 (Ş),因此它使用具有该字符的默认字体。如果san-serif不是这里的错字,您应该将其更改为sans-serif

于 2018-11-21T12:09:34.923 回答
0

使用来自googleapis的字体,它会工作

   body {
      font-family: 'Roboto', sans-serif;
      font-size: 48px;
      font-weight: bold;
    }
 <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
 
 <p>A.Ş</p>

于 2018-11-21T12:19:47.523 回答