web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

CRM Portal Font Awesome Icons are not showing up in IE 11

(0) ShareShare
ReportReport
Posted on by

CRM Portal Font Awesome Icons are not showing up in IE 11

Added font awesome as web resource and referred as below in the CSS, but this is not showing the icons in IE rest all browsers shows the icons. Is there any solution to fix this issue?

@font-face {
font-family: 'Font Awesome'; 
src: url('/new_font_awesome.ttf');
src: url('/new_FontAwesome.otf');
src: url('/new_fontawesome_webfont.eot');
src: url('/new_fontawesome-webfont.svg');
}

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Ben Thompson Profile Picture
    6,350 on at

    IE doesn't like ttf fonts you need to change it to something like

    @font-face {
       font-family: 'Font Awesome'; 
       src: url('/new_fontawesome_webfont.eot?#iefix') format('embedded-opentype'),
            url('/new_font_awesome.ttf')  format('truetype'),url('/new_FontAwesome.otf'),url('/new_fontawesome-webfont.svg');
    }

    I only know this as it's was a problem with the new Outlook version 9 app....
  • Community Member Profile Picture
    on at

    Thank you for the reply.

    This doesn't seems to be working for me :)

    Anything specific that I need to do to make it work in CRM Portal.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans