mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
Add fontconfig instructions to Linux config
This commit is contained in:
parent
6916537858
commit
fc658b31d7
1 changed files with 18 additions and 0 deletions
|
@ -34,6 +34,24 @@ tabspaces: 8
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
# Font configuration (changes require restart)
|
# Font configuration (changes require restart)
|
||||||
|
#
|
||||||
|
# Important font attributes like antialiasing, subpixel aa, and hinting can be
|
||||||
|
# controlled through fontconfig. Specifically, the following attributes should
|
||||||
|
# have an effect:
|
||||||
|
#
|
||||||
|
# * hintstyle
|
||||||
|
# * antialias
|
||||||
|
# * lcdfilter
|
||||||
|
# * rgba
|
||||||
|
#
|
||||||
|
# For instance, if you wish to disable subpixel antialiasing, you might set the
|
||||||
|
# rgba property to "none". If you wish to completely disable antialiasing, you
|
||||||
|
# can set antialias to false.
|
||||||
|
#
|
||||||
|
# Please see these resources for more information on how to use fontconfig
|
||||||
|
#
|
||||||
|
# * https://wiki.archlinux.org/index.php/font_configuration#Fontconfig_configuration
|
||||||
|
# * file:///usr/share/doc/fontconfig/fontconfig-user.html
|
||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
normal:
|
normal:
|
||||||
|
|
Loading…
Reference in a new issue