mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 20:56:08 +03:00
14 lines
327 B
XML
14 lines
327 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
|
<fontconfig>
|
|
<description>Accept bitmap fonts</description>
|
|
<!-- Accept bitmap fonts -->
|
|
<selectfont>
|
|
<acceptfont>
|
|
<pattern>
|
|
<patelt name="scalable"><bool>false</bool></patelt>
|
|
</pattern>
|
|
</acceptfont>
|
|
</selectfont>
|
|
</fontconfig>
|