惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 【当耐特】
云风的 BLOG
云风的 BLOG
罗磊的独立博客
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
I
InfoQ
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
B
Blog RSS Feed

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
Fontconfig per-user configuration file not being applied ...
zmoney · 2026-06-24 · via Arch Linux Forums

Hello ^_^

I currently have a very simple conf file located at ~/.config/fontconfig/fonts.conf that is intended to set the system default font to Iosevka.

Here is the entirety of the file:

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>

<fontconfig>
    <alias>
        <family>monospace</family>
        <prefer>
            <family>Iosevka Term</family>
        </prefer>
    </alias>
</fontconfig>

The package ttc-iosevka is installed, and the various fonts appear in the output of fc-list.

I believe all the appropriate symlinks are in place for 50-user.conf to be enabled as described in this section of the wiki page for fontconfig.
Currently, the links are:
/etc/fonts/conf.d/50-user.conf > /usr/share/fontconfig/conf.default/50-user.conf
/usr/share/fontconfig/conf.default/50-user.conf > ../conf.avail/50-user.conf

with 50-user.conf being an actual file that then includes $XDG_CONFIG_HOME/fontconfig/fonts.conf

$XDG_CONFIG_HOME does resolve to ~/.config.

I have run fc-cache with -f, -v, and -r flags and nothing has changed the output of

Why is the Iosevka (or Iosevka Term specifically, I did try a version of this file that just said "Iosevka") not successfully set as the preferred monospace font? Is there another step I have to to do, or is my current setup wrong somehow?

I have a feeling I am missing something incredible obvious, but I have been unable to figure this out.
It is nearly 1am and I registered an account just to ask this so my desperation is perhaps evident T-T
Apologies for any ill-formatting, and thanks in advance if anyone can help!