Using Custom Fonts in ADF
AmiJan 30 2012 — edited Jun 14 2012Hi,
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.