Remove Roboto font

This commit is contained in:
elasota
2020-02-19 23:43:42 -05:00
parent 46fc16c97e
commit d5f3595350
24 changed files with 1 additions and 211 deletions

View File

@@ -105,7 +105,7 @@ namespace PortabilityLayer
FontFamily *FontManagerImpl::GetApplicationFont(int textSize, int variationFlags) const
{
if (textSize < 11 && (variationFlags & FontFamilyFlag_Bold) != 0)
return m_systemFont; // Roboto Bold below 11pt doesn't even look bold, so use a better font
return m_systemFont; // Use heavier font below 11pt
return m_applicationFont;
}