Aparentemente nem todas as fontes estão quebradas, mas apenas algumas. É melhor substituir as fontes por outras diferentes. Problemas de segurança corrigidos pelo KB3013455 podem ser importantes; )
Eu usei o Power Toy da Microsoft para verificar quais fontes parecem "feias". E substituído por Arial, Times New Roman e Courier New com alternativas de libertação .
Eu também tentei usar fontes do Windows 2008 R2, mas isso não ajudou. Para substituir as fontes, usei essa abordagem
Copy the new font files somewhere to your system (i.e. C:\Temp\
)
Then use the command line (Windows-Explorer won't work here since it
automatically starts the install routine) to copy the files to
c:\Windows\Fonts under a different name:
copy c:\Temp\tahoma.ttf c:\Windows\Fonts\tahoma_0.ttf
copy c:\Temp\tahomabd.ttf c:\Windows\Fonts\tahomabd_0.ttf
After that use the Registry-Editor to redirect the font names to the
new files:
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Fonts
and find the entries Tahoma Regular
(TrueType)
and Tahoma Bold (TrueType)
and change it's values from
"tahoma.ttf" to "tahoma_0.ttf" and "tahomabd.ttf" to "tahomabd_0.ttf"
respectively.
Now you only need to restart your system and then the new font files are used.