Skip to Main Content

Application Development Software

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!

Custom font-family

MreyesVJun 4 2015 — edited Jun 5 2015

Hi, I'm working on a Webcenter Portal customization and I'm trying to find a way to use a custom font-family. My custom font-family name is NewHelveticacLightCondttf and it's included in the custom skin this way:

@font-face{

  font-family:'NewHelveticacLightCondttf';

  src:url('http://webcenter/customFont/Fonts/HelveticaLTStd-LightCond.ttf');

}

As I mentioned it, this CSS fragment is included in the top of default skin, but when my initial page loads it desapears and is not shown at any css file.

I readed some approaches, but none worked for me, I hope someone can help me.

I almost miss to say I'm working on Webcenter 11.1.1.8

Thanks in advance

Martin

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2015
Added on Jun 4 2015
4 comments
1,344 views