mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
fontconfig: update to my Aporetic fonts
Read: <https://protesilaos.com/codelog/2025-02-04-aporetic-fonts-1-0-0/>.
This commit is contained in:
parent
1bb50db9c4
commit
295da28380
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue