How to keep CSS from render-blocking my website?
I am trying to optimize the loading speed of my mobile webpage, and for that effect I am using the website: https://developers.google.com/speed/pagespeed/insights This website evaluates my source and tells me what I can improve. In my website I download a font: <link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> and aparently this is blocking the rendering of my page. Now, if this was JavaScript I could use the async word in the tag and it would fix the problem, but this is not a javascript file I am loading! Is there anyway to keep this resource from blocking my