Can Custom skin download font if not installed?
393979Jun 1 2009 — edited Jun 3 2009Hi
I have an ADF BC application written in JDev 10.1.3. It uses a customer skin so our various customers can implement their own look and feel. One of our customers requested the Futura font which worked fine on my PC because I have the futura font installed but when I deployed it to the custoemr the skin reverted to a different font because Futura was not installed on their PC.
Is it possible to have an ADF page download a font if it cannot find it installed?
I found this html code which is supposed to achieve that
<STYLE TYPE="text-css">
@font-face (
font-family:familyName;
font-style:normal;
font-weight:normal;
src:url("someFont.eot") )
</STYLE>
Is it possible to integrate the above code into an ADF page?
thanks
paul