Answer the question
In order to leave comments, you need to log in
Why are styles not applied to Cyrillic?
Hello.
There is a template layout on bootstrap3 in utf-8, the text in the template is completely in Latin. Why, for example, when replacing the word Electronic with Electronics, do the styles for this class fall?
Here are the h3 styles used in the html for Electronic.
<div class="product-title">
<h3 class="title-group-2 gfont-1">Electronic</h3>
</div>
.title-group-2 {
color: #111;
display: block;
font-size: 16px;
font-weight: 700;
line-height: 1;
margin: 0;
text-transform: uppercase;
}
.gfont-1 {
font-family: 'Raleway', sans-serif;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question