CreArts-Community/CreArts-Discord

Font style in another language

mudachyo opened this issue · 5 comments

Hello, I'm from Russia.

The font of our language in your theme is not beautiful.
Russian and English are very different in appearance. I attached a screenshot from below.
Can you tell me what can be done about it?

image

Hi, yeah that is unfortunately currently a thing, I am currently planning for the next update to add multi-language support. The only thing you could currently do is to use another font.

If you add this to the Quick CSS the problem should be solved for now:

::-webkit-input-placeholder,
body,
button,
input,
select,
textarea {
  font-family: Rubik !important;
}

Thank you!

Hi, yeah that is unfortunately currently a thing, I am currently planning for the next update to add multi-language support. The only thing you could currently do is to use another font.

If you add this to the Quick CSS the problem should be solved for now:

::-webkit-input-placeholder,
body,
button,
input,
select,
textarea {
  font-family: Rubik !important;
}

I've same issue and this is not working for me. It works when I disable all themes but not when I've your theme enabled. Strange.

obraz

I changed to Verdana, as I know how it looks and it's definitely not Verdana.

Hi, yeah that is unfortunately currently a thing, I am currently planning for the next update to add multi-language support. The only thing you could currently do is to use another font.
If you add this to the Quick CSS the problem should be solved for now:

::-webkit-input-placeholder,
body,
button,
input,
select,
textarea {
  font-family: Rubik !important;
}

I've same issue and this is not working for me. It works when I disable all themes but not when I've your theme enabled. Strange.

obraz

I changed to Verdana, as I know how it looks and it's definitely not Verdana.

Then the font is probably not available on the computer, in which case you would have to import the font with an import. Verdana is a premium font, it is not offered on google.

You can find the import on Google fonts on the bottom right:
image

Like this:

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap');

::-webkit-input-placeholder,
body,
button,
input,
select,
textarea {
  font-family: Open Sans !important;
}

Outdated Bug from CreArts v2.