OK, I've found the reason (and temporary solution!).
It's because of LCD Font Smoothing enabled (CGFontRenderingFontSmoothingDisabled option in terminal)
If you have Arial problems check current settings (it will be 0):
defaults read -g CGFontRenderingFontSmoothingDisabled
2. To repair disable setting (set to 1)
defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES
Then restart applications with font problems and voila, Arial is visible now.
Topic:
App & System Services
SubTopic:
Core OS
Tags: