html - utf-8 character in different font -


so have says paieška , š, utf 8 character in different font:

enter image description here

here's code:

<h2 class="section-title">paieška</h2>  .section-title, .section-highlight {   padding-bottom: 24px;   position: relative;   margin-bottom: 40px;   margin-top: 60px;   text-align: center;   clear: both;   display: inline-block;   width: 100%; } 

how can fix ?

this case of font substitution.

when chosen font lacking character, unicode renderers can use same character substitution font instead. alternative render placeholder . better ugly unreadable.

to avoid problem, use font supports characters use. if want font, can specify fallback fonts similar possible original font, while containing more characters. remember, css lets specify list of fonts, should tried in order renderer.


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

How to wrap some text in a rectangle in QML? -

rotation - Matlab angle2dcm different definition -