Author :
bentley
Date :
2025-11-21 06:26:52
Hash :1da3d6a2 Message :Add support for web fonts to the font module.
Installing .woff2 or .woff files to /usr/local/share/fonts is pointless,
since in that location there's no way for httpd to find them. Instead,
a font port can point to them with MODFONT_WEBFILES, and the font module
will handle creating a subpackage that installs them to /var/www/fonts.
ok phessler@