I need your help.

I am configuring the resources locally in TDJ due to the change in security 
policies of the Apache servers 
[apache/royale-asjs#1252<https://github.com/apache/royale-asjs/issues/1252#issuecomment-2698298577>]
In this second step of the update, among others, it is required to change from 
"https://fonts.googleapis.com/css?family=Lato:400,700"; to host the .ttf's and 
declare the @font-face in a new css file.

I have downloaded the font package from the Google repo and the license file 
and I have also created the Lato.css file, where I have configured @font-face. 
The project compiles well, and works well locally BUT when the compilation 
finishes it shows me license errors for the files:

  src/main/assembly/scripts/highlight.js/9.12.0/highlight.min.js
  src/main/resources/assets/css/highlight.js/9.12.0/styles/atom-one-dark.min.css
  src/main/resources/assets/css/Lato400_700.css
  src/main/resources/assets/fonts/lato/OFL.txt (It is the license file. If I 
rename it to LICENSE the problem continues.)

The problem is that I don't know how to include the license for these files to 
be able to include them in the SDK.
I have downloaded the license files, I have tried adding the license text to 
the beginning of each of the files that generate problems, I have tried 
excluding them in the ApproveRoyale.xml file but nothing works...
How should I do it?

This problem will also occur when we must change the FontAwesome and Materials 
references in "Icons", so I would need to know how to proceed.

Thx

Hiedra

Reply via email to