CSS base64 encode for fonts

I’m in the middle of optimizing our website. We have this issue Ensure text remains visible during webfont load… My friend suggested to do CSS base64 encode for fonts. How can I implement this?

Hey Edward,

Regretfully, that is not possible because fonts are loaded dynamically. You will need to use the system fonts in this case as they’re already in the user’s machine. You will then need to use your own font loading system. Just note that you will not be able to use Font Manager in this case.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.