B
B
blazer052018-12-08 11:48:30
css
blazer05, 2018-12-08 11:48:30

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;
}

How to save-apply the same styles for Cyrillic text?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
makskornakov, 2018-12-10
@makskornakov

Perhaps the font does not support Cyrillic

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question