You are not logged in.
Pages: 1
Hey! First off I want to thank all you wonderful people, been lurking here for a while and these forums are super helpful. So, I'm trying to use a patched nerd font as the default font. I've downloaded and installed it, and the Arch Wiki says to use "fontconfig." I don't have a fontconfig file in my .config folder, nor can I find any resources on how to create one/what to put in it. What should I do? For reference, I'm using Alacritty as the terminal emulator, i3-gaps as the WM, the fish shell, and oh-my-fish alongside it.
Offline
https://wiki.archlinux.org/index.php/Fo … figuration
https://wiki.archlinux.org/index.php/Fo … ault_fonts
Should answer most of the questions here.
Offline
https://wiki.archlinux.org/index.php/Fo … figuration
https://wiki.archlinux.org/index.php/Fo … ault_fontsShould answer most of the questions here.
Thanks. How would I use a font downloaded from the internet if the XML snippet depends on a preset catalog of libraries and fonts? Also, how should I go about generating the fontconfig file if it is not already present?
Offline
You'd generate it by taking a text editor and writing the config as you want it to happen. You can generally assume that if the wiki is talking about a path and a file that isn't yet present you'd be expected to create it on your own.
See https://wiki.archlinux.org/index.php/Fonts#Installation for how to handle different ways of setting up a font.
You likely want to set up overrides for "sans-serif" "serif" "monospace" and map them to your preferred fonts for the appropriate styles as these are the "generic" defaults https://wiki.archlinux.org/index.php/Fo … font_order
You can use fc-query to find out which families and under which name your intended font is expected to be used for.
Last edited by V1del (2021-01-27 15:54:30)
Offline
You'd generate it by taking a text editor and writing the config as you want it to happen. You can generally assume that if the wiki is talking about a path and a file that isn't yet present you'd be expected to create it on your own.
See https://wiki.archlinux.org/index.php/Fonts#Installation for how to handle different ways of setting up a font.
You likely want to set up overrides for "sans-serif" "serif" "monospace" and map them to your preferred fonts for the appropriate styles as these are the "generic" defaults https://wiki.archlinux.org/index.php/Fo … font_order
You can use fc-query to find out which families and under which name your intended font is expected to be used for.
Thanks! I think I get it now, I really appreciate the help!
Edit: I'll post the solution once I figure out exactly how to do it so others don't have this problem.
Last edited by jackie-rc (2021-01-27 16:07:13)
Offline
Pages: 1