This blog is an attempt to share information
which I have recently came across regarding adding new fonts in Answers and
Dashboards.
Add New Font
Open the file ../Oracle_BI1/bifoundation/web/msgdb/messages/commonuitemplates.xml
and add the new font, e.g. Calibri is added as shown below, don’t forget to
save file once done.
<WebMessage
name="kuiFormatUIFontOptions" translate="false">
<HTML>
<option value="Arial">Arial</option>
<option
value="Arial Black">ArialBlack</option>
<option
value="Arial Narrow">Arial Narrow</option>
<option value="Calibri">Calibri</option>
<option
value="Courier New">Courier New</option>
</HTML>
</WebMessage>
Add Font in Schema for Validation
Add font details in schema for validation: Oracle_BI1/
bifoundation/ web/ schemas/ analysis_formats.xsd
xs:simpleType
name="fontFamily">
<xs:annotation>
<xs:annotation>
<xs:documentation>family
of fonts supported</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration
value="Arial"/>
<xs:enumeration
value="Arial Black"/>
<xs:enumeration
value="Arial Narrow"/>
<xs:enumeration value="Calibri"/>
<xs:enumeration
value="Courier New"/>
</xs:restriction>
</xs:simpleType>
Source Document
Please refer following source document from
Oracle Support.
OBIEE 11g: How To Add new Fonts in Answers
and Dashboards (Doc ID 1572003.1)
Hi, I have tried the same but it does not work. Did you try the same approach for loading new fonts into obiee 11?
ReplyDeleteThanks,
Hi,
ReplyDeleteEven I have tried the same, but no luck. Any help is really appreciated.
Thanks
Hi,
ReplyDeleteAren't you suppose to also put the font on the server somewhere?
Regards,
Casper