Tahoma font is not in the fonts dropdown when creating a blank document

Hello,

I actually wasn't able to find the Tahoma font in the dropdown menu for fonts while creating a new blank document.
Please help me with as soon as possible because the official font of our firm is Tahoma.

Thanks,

1 Reply 1 reply marked as answer

KB Kurthis Banu Abdul Majeeth Syncfusion Team March 15, 2021 07:17 AM UTC

Hi Omar, 
You can customize font dropdown based on our requirement. Please check it from below code snippet. 
 code snippet: 
<ejs-documenteditorcontainer ref="container :enableToolbar="true" height="590px" 
    :documentEditorSettings ="settings"></ejs-documenteditorcontainer> 
 
 
  data() { 
    return {  settings:{ fontFamilies: ['Algerian', 'Arial', 'Calibri', 'Cambria','Tahoma', 'Windings'] 
   
    }; 
     
 
  
  
API link:  
  
  

Regards, 
Kurthis Banu A. 


Marked as answer
Loader.
Up arrow icon