Bottom Line: It is 100% safe to delete FontCache DAT files. Clearing FontCache3.0.0.0.dat forces Windows Presentation Foundation (WPF) to rebuild fresh font metrics tables.
What are FontCache DAT Files?
Located at C:\Windows\ServiceProfiles\LocalService\AppData\Local\FontCache, Windows caches rendered font glyph metrics in binary .dat files.
How to Clear FontCache DAT Files
net stop FontCache
del /f /q C:\Windows\ServiceProfiles\LocalService\AppData\Local\FontCache\*.dat
net start FontCache
Discussion
Loading authentication...