commit 78b6cd1
chld
·
2026-08-05 19:53:40 +0000 UTC
parent c0ef2a0
aa fix
1 files changed,
+11,
-20
+11,
-20
1@@ -6,26 +6,17 @@
2 <br>
3 <p>FUCK antialiasing!!! thankfully it can be avoided by adding this to <i>.config/fontconfig/fonts.conf</i></p>
4
5-<blk>
6-<?xml version="1.0"?>
7-<br>
8-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
9-<br>
10-<fontconfig>
11-<br>
12- <match target="font">
13-<br>
14- <edit name="antialias" mode="assign">
15-<br>
16- <bool>false</bool>
17-<br>
18- </edit>
19-<br>
20- </match>
21-<br>
22-</fontconfig>
23-<br>
24-</blk>
25+<pre><code>
26+<?xml version="1.0"?>
27+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
28+<fontconfig>
29+ <match target="font">
30+ <edit name="antialias" mode="assign">
31+ <bool>false</bool>
32+ </edit>
33+ </match>
34+</fontconfig>
35+</code></pre>
36
37 <title>blog - hello notes</title>
38 <!-- THISISABLOG -->