mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
15 lines
393 B
XML
15 lines
393 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
|
<fontconfig>
|
|
<!-- Fix missing/incorrect font weight data in Comic Mono. -->
|
|
|
|
<match target="scan">
|
|
<test name="fullname">
|
|
<string>Comic Mono</string>
|
|
</test>
|
|
<edit name="weight">
|
|
<const>book</const>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|