Hamza Ahmed Zia
2016-09-06 08:38:42 UTC
Hello,
I have a asp.net mvc site which is already in production. I am noticing the following behavior which is intriguing.
Our site downloads couple of font files (woff, woff2 and opentype). The following is the sequence of downloading the font files.
I am just showing the font files though and by the way the woff2 file is the last file in the entire site to download.
Please see image at url http://imgur.com/a/mvENl
Here are the file types
data:font/opentype;base64,
data:application/font-woff;base64,
https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2
*Once the last font file (woff2) downloads*, the text on our entire site for example within divs, a tags (anything that is written directly on the .cshtml page) **to flicker once and resize (shrinks and takes up a different font face).**
This happens across all the major browsers (IE, Chrome and Firefox)
Any ideas why such a thing would happen? What should I do to resolve the issue?
Any ideas are welcome and appreciated.
Thank you in advance for your time.
I have a asp.net mvc site which is already in production. I am noticing the following behavior which is intriguing.
Our site downloads couple of font files (woff, woff2 and opentype). The following is the sequence of downloading the font files.
I am just showing the font files though and by the way the woff2 file is the last file in the entire site to download.
Please see image at url http://imgur.com/a/mvENl
Here are the file types
data:font/opentype;base64,
data:application/font-woff;base64,
https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2
*Once the last font file (woff2) downloads*, the text on our entire site for example within divs, a tags (anything that is written directly on the .cshtml page) **to flicker once and resize (shrinks and takes up a different font face).**
This happens across all the major browsers (IE, Chrome and Firefox)
Any ideas why such a thing would happen? What should I do to resolve the issue?
Any ideas are welcome and appreciated.
Thank you in advance for your time.