millerdev wrote: > I'm not sure I follow. As far as I know all files, including font files, > are located in HTML/ultralight (with exception of one, I think, that is > being loaded from the Internet, which should be fixed, but not an issue > in this case). JS and CSS are in sub-folders under HTML/ultralight. Are > you saying the fonts need to be moved up into the HTML folder?
No, the fonts would need to be inside another sub-folder called html (lower case). HTML - parent folder of all skins HTML/ultralight - the skin's specific folder HTML/ultralight/html - sub-folder for any additional static content, like eg. the fonts That all said: as you'll likely have to create a simple plugin for distribution, you can leave the fonts where they are (if that simplifies the build process) and use the plugin code I sent you to register those files as static downloads. There's always more than two ways to do one thing :-). Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR ------------------------------------------------------------------------ mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this thread: http://forums.slimdevices.com/showthread.php?t=107193 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
