I am trying to load an HTML file into the HTML editor. The HTML has a CSS similar to
@Font-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
![davidm1708369_1-1581947262342.png davidm1708369_1-1581947262342.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/22467iEB5FADD6B4773A2D/image-size/medium/is-moderation-mode/true?v=v2&px=400)
Any ideas? If I use Chrome to go to the URL, the font is automatically downloaded.