Please Help?
Rejection Details:
Don’t use @import, it prevents parallel downloads and slows down the loading of the page.
Please Help?
Don’t use @import, it prevents parallel downloads and slows down the loading of the page.
Hi,
For your css3 button script don’t use @import in css file to import font instead import the google font directly in the html file. for example:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i">
Thanks
Thank you