M
M
Monty Python2018-01-21 17:27:40
Fonts
Monty Python, 2018-01-21 17:27:40

How to make a different font for different languages?

How to make a different font for a different language on the site so that Russian is one font and English is completely different, and so on?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
remeder, 2018-01-21
@Austin1

html[lang='ru'] p {
  font: ...
}
html[lang='en'] p {
  font: ...
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question