HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: //var/chroot/var/chroot/usr/share/fontconfig/conf.avail/48-spacing.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
  <description>Add mono to the family when spacing is 100</description>
<!--
  If the request specifies spacing 100, add monospace to family
 -->
	<match target="pattern">
		<test qual="any" name="spacing" compare="eq">
			<int>100</int>
		</test>
		<edit name="family" mode="prepend">
			<string>monospace</string>
		</edit>
	</match>
</fontconfig>