diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-25 14:54:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-25 14:54:20 +0000 |
commit | c0d3e1b4a93077833169ef27ffd539a4fd4e195d (patch) | |
tree | 053c872c4aefafc375d2cc3bf6ffa0444fda0e7a /fontconfig.conf | |
parent | b3d68ae1f8cc9292585175caa453fc9b55061115 (diff) |
automatic import of cascadia-code-nerd-fonts-mono
Diffstat (limited to 'fontconfig.conf')
-rw-r--r-- | fontconfig.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fontconfig.conf b/fontconfig.conf new file mode 100644 index 0000000..1a31641 --- /dev/null +++ b/fontconfig.conf @@ -0,0 +1,22 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> +<fontconfig> + <alias> + <family>CaskaydiaCove Nerd Font</family> + <default> + <family>monospace</family> + </default> + </alias> + <alias> + <family>CaskaydiaCove Nerd Font Mono</family> + <default> + <family>monospace</family> + </default> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>CaskaydiaCove Nerd Font Mono</family> + </prefer> + </alias> +</fontconfig> |