Hi all,
We recently added 3 VMs to our Sharepoint Farm and installed Sharepoint 2007 on each, so 2 are WFEs and 1 is the index. (Note: old VMs also had Sharepoint 2007, 2 WFE and 1 Index)
Now the problem we noticed is that the Calibri Font in the page template has disappeared from the drop down box in our sharepoint site. I have added the following to the ToolsFile, but the radeditor version(4.5.6.0) is not picking up the Calibri Font. Even when I remove the following from ToolsFile, i can still see the default fonts but not Calibri. Attached screenshot of the toolbar.
<fontnames>
<item name="Tahoma"/>
<item name="Times New Roman"/>
<item name="MS Sans Serif"/>
<item name="Calibri"/>
<item name="Verdana"/>
<item name="Arial"/>
<item name="Courier New"/>
</fontnames>
I have also added the following to the CssEditor file (Note: this csseditor file i just copied from old farm)
BODY
{
font-family:Calibri !important;
}
I would really appreciate your help. Thanks
We recently added 3 VMs to our Sharepoint Farm and installed Sharepoint 2007 on each, so 2 are WFEs and 1 is the index. (Note: old VMs also had Sharepoint 2007, 2 WFE and 1 Index)
Now the problem we noticed is that the Calibri Font in the page template has disappeared from the drop down box in our sharepoint site. I have added the following to the ToolsFile, but the radeditor version(4.5.6.0) is not picking up the Calibri Font. Even when I remove the following from ToolsFile, i can still see the default fonts but not Calibri. Attached screenshot of the toolbar.
<fontnames>
<item name="Tahoma"/>
<item name="Times New Roman"/>
<item name="MS Sans Serif"/>
<item name="Calibri"/>
<item name="Verdana"/>
<item name="Arial"/>
<item name="Courier New"/>
</fontnames>
I have also added the following to the CssEditor file (Note: this csseditor file i just copied from old farm)
BODY
{
font-family:Calibri !important;
}
I would really appreciate your help. Thanks