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.

Can someone help me out? Thanks