Hi, If you look at the manual in Groff for fonts. You see that you can use the -F option to specify a directory for your projects fonts.
Eg: Groff -F /home/project1/fonts But in the fonts directory you have to place your fonts in the right device directory. For postscript is devps. For pdf is devpdf. So your directory tree looks like /home/project1/fonts/devps/yourfontR Maybe you best copy the devps and or devpdf directorys to your project and remove the fonts you don't want. Because there are also few other files like the download. For inclusion of the font inside the PDF or not. Kind regards, Wim Stockman Op zo 31 okt. 2021 00:16 schreef Marc Chantreux <e...@phear.org>: > hello Wim, > > > Hi , Marc to install a new font in Groff on the mom website there is a > > script for it. > > Thanks for the instructions. However, I tried to use the script > > https://www.schaffter.ca/mom/bin/install-font.sh > > and it didn't work. > > so i tried this one > > > https://gist.githubusercontent.com/torbiak/3352fe1f559dbfbf99d6f5704adf442e/raw/ > > And it worked like a charm. now i'm trying to modify it so i can have a > set of fonts that are local to 1 project so i can provide preconfigured > fonts. i had no success on it for the moment. > > regards, > marc >