SafedSafe!Remove a private font located at  from the application.For the most part you shouldn't need this function because private fonts are automatically unloaded when the process exits but it's available in case you're doing something more exotic like switching between two versions of the same font.aOn Windows and OSX this works as you would expect. But on Linux the only available function is  Zhttps://www.freedesktop.org/software/fontconfig/fontconfig-devel/fcconfigappfontclear.htmlFcConfigAppFontClear which ignores the  and removes all private fonts. This adheres violently to the Principle Of Greatest Surprise and in the future I will transparently reload the other fonts but for now, caveat computer.Make a font located at some p available to your application. The font is automatically cleared from the font database with the process exits.On Linux this uses  \https://www.freedesktop.org/software/fontconfig/fontconfig-devel/fcconfigappfontaddfile.htmlFcConfigAppFontAddFile under the hood and so assumes X11/Xft are available. It should work fine on modern Linux systems but will break with old Xlib legacy fonts.Currently the error case just returns a pretty uninformative message because underlying calls on Linux and Windows which are out of my control only return 0 or 1 in case of failure or success. Given this it would make more sense that the return type should be 'Maybe ()' but 'Either String ()' has two advantages 1. It makes errors easier to collect when batch loading 2. OSX has a  Dhttps://developer.apple.com/documentation/corefoundation/cferror-ru8much nicer error% which I plan to expose in the futureSafe       (load-font-0.1.0.2-F8FsuOhMY7C68sKsrm5OmTGraphics.UI.Font.LoadGraphics.UI.Font.LoadCWrapperPaths_load_font unloadFontloadFontbaseGHC.IOFilePathversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName