lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.05-pre 14 lines 393 B view raw
1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> 3<fontconfig> 4 <!-- Fix missing/incorrect font weight data in Comic Mono. --> 5 6 <match target="scan"> 7 <test name="fullname"> 8 <string>Comic Mono</string> 9 </test> 10 <edit name="weight"> 11 <const>book</const> 12 </edit> 13 </match> 14</fontconfig>