Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Custom Fonts in ADF

AmiJan 30 2012 — edited Jun 14 2012
Hi,

I am trying to use custom font in my application but its not working. I am using jdev 11.1.1.5. Following is the code used:

@font-face {
font-family: 'MyFontFamily';
src:url("/css/Fonts/font.eot");
}

h2
{
font-family: 'MyFontFamily';
}

Using this for content in jsff file. This is working if i use this in separate html file. Please suggest.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2012
Added on Jan 30 2012
6 comments
3,156 views