You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that all the Google fonts, Font Awesome icons were being repetitively imported into each HTML file, which seems redundant.
It would be a better approach if it was directly imported into a main CSS file which can be easily referred to by all other files.
Additionally, consider using the FontAwesome CDN link instead of the current script
Chore:
Move link imports to CSS, cleanup all HTML
Remove FontAwesome script in header, instead use CDN link
The text was updated successfully, but these errors were encountered:
Noticed that all the Google fonts, Font Awesome icons were being repetitively imported into each HTML file, which seems redundant.
It would be a better approach if it was directly imported into a main CSS file which can be easily referred to by all other files.
Additionally, consider using the FontAwesome CDN link instead of the current script
Chore:
The text was updated successfully, but these errors were encountered: