So you're trying to use Google Fonts, such as Open Sans, in the Microsoft Dynamics CRM Portal (formerly known as ADX Studio)?
Here is a quick trick to easily embed the code within the HTML Head section — which you don't have access to editing directly.
- In Microsoft Dynamics CRM, navigate to: Portal > Content > Content Snippets
- Create a snippet named: Head/Fonts
- Head over to Google Fonts, select your font, customize it and grab the
code. I used Open Sans as an example.<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
- Paste the link stylesheet code into the Value section of the newly created Head/Fonts Content Snippet
- Save the snippet
You have now successfully embeded a font stylesheet into the Microsoft Dynamics CRM Portal. If you head to your frontend facing portal and view the source code, you will see this code appearing now!
Know of any other Microsoft Dynamics CRM or ADX Studio tricks? Leave em in the comments below to help people out!!