Hi All,
I am using Jdeveloper 11g Studio Edition Version 11.1.1.5.0 .
We have to use a new font FrutigerLTCom-Bold in our css file and the sample css file shared by the client has the entry as given below :
@font-face {
font-family: 'FrutigerLTCom-Bold';
src: url('./sample/frutiger/ltbold/28C02B_0_0.eot');
src: url('./sample/frutiger/ltbold/28C02B_0_0.eot?#iefix') format('embedded-opentype'),url('./sample/frutiger/ltbold/28C02B_0_0.woff') format('woff'),url('./sample/frutiger/ltbold/28C02B_0_0.ttf') format('truetype');
-webkit-font-smoothing: antialiased;
}
In the portal-skin that I am trying to create I have to use this font .
I would like to know how it can be achieved using the existing version of Jdeveloper as upgrade is not an option available for us.
Thanks in advance,
Daksha Auti.