I'm not so sure if the fonts that being rendered in web pages have relation in the fonts installed in the server. I'm using custom fonts tru "font-face". But the thing is, it always gives "blocks out" behavior when it being rendered. It seems to be hallow, and after seconds it will be in normal. Sometimes it will just be hallow forever until you hover on it. Then when I looked up on the developers console, it says: 'OTS Derivative Glyphs'. Some of the case, it will say the font that I'm expecting but it is still hallow.
So my questions are:
- How the apache/php thing treats the font-face? or it is in the client's browser?
- If I installed locally the fonts(.ttf/.fon) of the web fonts I used it will make sense?
- How to solve that "hallow" behavior thing of the chrome?