" /> " /> "/>

why some thin character roboto ?

491 Views Asked by At

ı use "roboto" and "san-serif" ,normal text "A.Ş" error text --> enter image description here

2

There are 2 best solutions below

3
Jack Ashton On

It's because your font doesn't have that character (Ş), so it uses the default font that has it. And if san-serif isn't a typo here, you should change it to sans-serif.

0
לבני מלכה On

Use fonts from googleapis and it will work

   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>