html - utf-8 character in different font -
so have says paieška , š, utf 8 character in different font:
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
Post a Comment