I did read somewhere that using web fonts is not a good idea as it makes the web pages to load slow or can cause any other problems, is it true? Is the use of web font not recommended generally? Thanks for your thoughts.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I'm using web fonts in my website, and I would say that as long as you have a backup font specified so that the reader can see something while the font is loading or in case it fails, there is no problem. |
|||
|
|
|
|
|||
|
|
|
It may also depend on how you reference the web font. If it is a request to another hosted site it can take longer. You could also try hosting the web-font on your site itself, but that may pose some problems as well. I agree with Gaurav, have a good standard backup as well. |
|||
|
|