Hi
I was submit a HTML template on themeforest but thy give me a soft reject, for this reason,
i don’t understand that, please anyone explain it?
- You can do this in one request, please refer to Google Fonts documentation
- STRICT EQUALITY COMPARISON: For better performance please use Strict Equality Comparison.
Please help
Tahnks.
Thank you so much @GFXelements
I do not know exactly, but I think they meant that you would use one CSS.
Google recommends it as standard
I understand that what you mean, Thanks again.
For the first question, I think this is the best solution as it will not generate W3C error:
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700%7CDroid+Serif:300,400,700' rel='stylesheet'>
The second question is about JS:
Change from:
if ( $nav == true )
to:
if ( $nav === true )