DejaVu Sans appears correct size/weight when it's the only font, but not when it's the fallback...
The above created by removing all fallback fonts in locale\en\info.json and then changing the "default" fonts as described in the image...
Code: Select all
{
"language-name": "English",
"font": {
"default":
[
"__core__/fonts/TitilliumWeb-Regular.ttf",
"__core__/fonts/DejaVuSans.ttf"
],
"default-bold":
[
"__core__/fonts/TitilliumWeb-Regular.ttf"
],
"default-mono":
[
"__core__/fonts/TitilliumWeb-Regular.ttf"
],
"default-semibold":
[
"__core__/fonts/TitilliumWeb-Regular.ttf"
],
"locale-pick":
[
"__core__/fonts/TitilliumWeb-Regular.ttf"
],
"scenario-message-dialog":
[
"__core__/fonts/TitilliumWeb-Regular.ttf"
]
}
}
![Confused :?](./images/smilies/icon_e_confused.gif)