mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Integrated Noto fonts into vcmi
This commit is contained in:
@ -285,7 +285,7 @@ EFonts InterfaceObjectConfigurable::readFont(const JsonNode & config) const
|
||||
return EFonts::FONT_CALLI;
|
||||
}
|
||||
logGlobal->debug("Unknown font attribute");
|
||||
return EFonts::FONT_TIMES;
|
||||
return EFonts::FONT_MEDIUM;
|
||||
}
|
||||
|
||||
std::pair<std::string, std::string> InterfaceObjectConfigurable::readHintText(const JsonNode & config) const
|
||||
|
Reference in New Issue
Block a user