Hi,
You can take a look at Google Fonts and choose one of the fonts that you like and has support for Cyrillic, then set it in the Font Options. If there’s a font that’s not in the Font Options, you can add custom CSS to override our font:
@import url("urlofgooglefont");
h1, h2, h3, h4, h5, .heading-font, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .wpb_call_text, .impact-text, .testimonial-text {
font-family: "Name of Google Font", sans-serif !important;
The code above modifies quite a lot of areas to use a custom font – the one for the page headings (which is what portfolio categories also have) is h1
Regards,
————————————————————————————————————
Cosmin
Support Assistant