Hi,

In some web applications one may be interested in using free icons from Font 
Awesome:


https://fontawesome.com/


To use these fonts it is described in the documentation to take advantage of 
Font Awesome's CDN servers that provide the minimified font-awesome.min.css 
file. If one would like to host this css file on one's own Gnoga server it is 
not sufficient to download font-awesome.min.css and put in the /css directory. 
The file font-awesome.min.css also expects to find font files in a directory 
/fonts. It is not sufficient to download these fonts, create a directory /fonts 
and put the font files there one also needs to instruct Gnoga to mirror the 
/fonts directory. To do that one solution is to edit the subprogram 
Gnoga.Server.Connection.Do_Get_Head and specify there that /fonts URLs should 
mirror the /fonts directory just as for example the /css, /img and /js 
directories. Perhaps it would be cooler if one could somehow specify to the 
Gnoga framework which directories should be mirrored instead of having it 
hard-coded in the Do_Get_Head procedure. If the majority of the stake holders 
in the Gnoga mailing list agree then I suggest that we create a ticket for this.


Best regards,

Joakim
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to