Skip to main content
Community site session details

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Suggested answer

I can't upload TTF file as web browser in Dynamics CRM Solution

(0) ShareShare
ReportReport
Posted on by
I tried to create one custom font to display custom font name in rich text editor so I have ttf file but i can't upload it in crm solution as web browser How to upload ttf file as web browser and how to add custom font in dynamics 365 CRM rich text editor
  • Suggested answer
    Muhammad Shahzad Shafique Profile Picture
    843 Most Valuable Professional on at
    I can't upload TTF file as web browser in Dynamics CRM Solution
    Step 1: Upload the .ttf File as Web Resource
    1. Go to Solutions → Open your custom solution.
    2. Click + New → Web Resource.
    3. Set:
      • Name: e.g., new_customfont
      • Type: Binary
      • Upload File: Choose your .ttf file
    4. Save and Publish.
    Step 2: Reference Font in a CSS Web Resource
    1. Create a new CSS Web Resource (e.g., new_customfontstyle.css).
    2. Add this content:
       
      @font-face {
        font-family: 'SpeedStars'; /* Replace with your font name */
        src: url( $/webresources/new_customfont') format('truetype );
      }
      
       
    3. Save and Publish.
    Step 3: Use Font in Rich Text Editor
    Dynamics 365 Rich Text Editor doesn’t natively support custom fonts in the dropdown, but you can apply it manually:
    • Option A (Programmatically): Set the .font-family using JS after field render.
    • Option B (PCF Control): Use a custom PCF Rich Text Editor (like Quill or TinyMCE) where you can load your custom font via CSS.
    Note:
    Out-of-the-box Rich Text Editor doesn’t allow font dropdown extension directly. For full control, use a PCF control or custom HTML component.

     
  • CU01070336-0 Profile Picture
    2 on at
    I can't upload TTF file as web browser in Dynamics CRM Solution
    Thanks for bringing this up — I’ve run into similar issues and it can be frustrating.

    Did you find a workaround or solution in the end? Speed Stars

    Sometimes clearing the cache or checking the user roles can help, depending on the context.

    Would love to hear what worked for you 

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Service | Customer Service, Contact Center, Field Service, Guides

#1
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 51 Most Valuable Professional

#2
Ramesh Kumar Profile Picture

Ramesh Kumar 42

#3
David Shaw_UK Profile Picture

David Shaw_UK 27

Featured topics

Product updates

Dynamics 365 release plans