fontconfig: update to my Aporetic fonts

Read: <https://protesilaos.com/codelog/2025-02-04-aporetic-fonts-1-0-0/>.
This commit is contained in:
Protesilaos Stavrou 2025-02-04 12:24:43 +02:00
parent 1bb50db9c4
commit 295da28380
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 8 additions and 10 deletions

View file

@ -7,11 +7,11 @@
<description>Set substitute fonts for Latin</description>
<!-- Iosevka Comfy is my custom build of Iosevka: <https://github.com/protesilaos/iosevka-comfy> -->
<!-- Aporetic is my custom build of Iosevka: <https://github.com/protesilaos/aporetic> -->
<!-- Serif -->
<alias>
<family>Iosevka Comfy Motion Duo</family>
<family>Aporetic Serif</family>
<default><family>serif</family></default>
</alias>
<alias>
@ -29,7 +29,7 @@
<!-- Sans Serif -->
<alias>
<family>Iosevka Comfy Duo</family>
<family>Aporetic Sans</family>
<default><family>sans-serif</family></default>
</alias>
<alias>
@ -47,8 +47,7 @@
<!-- Monospaced -->
<alias>
<!-- We need the "fixed" variant for programs such as XTerm -->
<family>Iosevka Comfy Motion Fixed</family>
<family>Aporetic Serif Mono</family>
<default><family>monospace</family></default>
</alias>
<alias>

View file

@ -7,12 +7,12 @@
<description>Set preferable fonts for Latin</description>
<!-- Iosevka Comfy is my custom build of Iosevka: <https://github.com/protesilaos/iosevka-comfy> -->
<!-- Aporetic is my custom build of Iosevka: <https://github.com/protesilaos/aporetic> -->
<alias binding="strong">
<family>serif</family>
<prefer>
<family>Iosevka Comfy Motion Duo</family>
<family>Aporetic Serif</family>
<family>Noto Serif</family>
<family>Liberation Serif</family>
</prefer>
@ -23,7 +23,7 @@
<alias binding="strong">
<family>sans-serif</family>
<prefer>
<family>Iosevka Comfy Duo</family>
<family>Aporetic Sans</family>
<family>FiraGO</family>
<family>Roboto</family>
<family>Noto Sans</family>
@ -36,8 +36,7 @@
<alias binding="strong">
<family>monospace</family>
<prefer>
<family>Iosevka Comfy Motion Fixed</family>
<!-- My custom build of Hack: <https://github.com/protesilaos/hack-font-mod> -->
<family>Aporetic Serif Mono</family>
<family>Hack</family>
<family>Source Code Pro</family>
</prefer>