I would like to have a file for fonts in /usr/local/etc/X11/xorg.conf.d/.
How should I name it? It can be xorg_fonts.conf? It can not be xorg_fonts.txt?
To have the X server detect these fonts, add an appropriate line to the X server configuration file (/etc/X11/xorg.conf)
https://www.freebsd.org/doc/handbook/x-fonts.html
But,......................5.4. Xorg Configuration
https://www.freebsd.org/doc/handbook/x-config.html
Xorg looks in several directories for configuration files. /usr/local/etc/X11/ is the recommended directory for these files on FreeBSD. Using this directory helps keep application files separate from operating system files.
How should I name it? It can be xorg_fonts.conf? It can not be xorg_fonts.txt?
To have the X server detect these fonts, add an appropriate line to the X server configuration file (/etc/X11/xorg.conf)
https://www.freebsd.org/doc/handbook/x-fonts.html
But,......................5.4. Xorg Configuration
https://www.freebsd.org/doc/handbook/x-config.html
Xorg looks in several directories for configuration files. /usr/local/etc/X11/ is the recommended directory for these files on FreeBSD. Using this directory helps keep application files separate from operating system files.