HTML Editor CSS URL problem | Community
Skip to main content
Level 2
February 17, 2020
Solved

HTML Editor CSS URL problem

  • February 17, 2020
  • 1 reply
  • 2843 views

I am trying to load an HTML file into the HTML editor. The HTML has a CSS  similar to 

@2375939-face {
font-family: 'FONT-Light';
src: url('https://www.xxx.com/font-Light.eot');
src: url('https://www.xxx.com/font-Light.ttf') format('truetype'), url('https://www.xxx.com/font-Light.woff') format('woff');
font-weight: 400;
font-style: normal;
}

within the <style type="text/css">     </style> section

which directs to some special fonts but the Editor throws an error

 

 

Any ideas?  If I use Chrome to go to the URL, the font is automatically downloaded.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

Hi @davidm1708369 ,

 

check if target URL is whitelisted in the serverConf.xml

 

Regards,

Milan

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
February 18, 2020

Hi @davidm1708369 ,

 

check if target URL is whitelisted in the serverConf.xml

 

Regards,

Milan