Skip to Main Content

APEX

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!

How to add a custom Font?

JoaoPiresJul 25 2019 — edited Jul 25 2019

Hi there

I'm trying to add a new font to the splash screen but without success.

I tried to upload the font to the static work files.

On my shared components -> static applications files.

#APP_IMAGES#type/xxx-Serif-3.0.TTF

On my inline css of the spash screen page:

@font-face {

font-family: 'xxx\_serif';

font-weight: normal;

font-style: normal;

src: local('xxx Serif'),

url(#APP_IMAGES#type/xxx-Serif-3.0.TTF) format('truetype'),

}

But i get this error message.

1.PNG

Can someone help me out? Thanks

Comments
Post Details
Added on Jul 25 2019
0 comments
630 views