the new fonts kcm by default shows noto as configured font for fixed width. this is wrong as Hack is the default fixed width font as per plasma-integration. the culprint seems to be in KFonts::load which incorrectly defaults ALL fonts to m_defaultFont, which is Noto, rather than switch fixedWidth to something else.
should be fixed in master