Hello sharmstr, i traced the issue to an .htaccess rule which must have been blocking the icon fonts.
The rules below were in an htaccess file in the wp-content directory
COPY CODE
# File Control
Order deny,allow
Deny from all
<Files ~ ".(xml|css|jpe?g|png|gif|js|pdf|doc|docx|ppt|pptx)$">
Allow from all
</Files>
#
I deleted the file and the icons are now visible. 🙂
I’ll try adding the font icons extensions to the list of allowed files and observe the result.
I hope it helps anyone having similar issues. (y)
Thanks