diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 09:46:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 09:46:50 +0000 |
commit | 204c2212ccff5b97eb2e89e0d33656676a221c11 (patch) | |
tree | 041f9baecbf53b762f9795b2c0684e63c72e05c2 /66-bitmap-console.conf | |
parent | 5b2b2a079cfde66f74daf0f3b27eaa532c15bd18 (diff) |
automatic import of bitmap-fontsopeneuler24.03_LTS
Diffstat (limited to '66-bitmap-console.conf')
-rw-r--r-- | 66-bitmap-console.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/66-bitmap-console.conf b/66-bitmap-console.conf new file mode 100644 index 0000000..5bab5e0 --- /dev/null +++ b/66-bitmap-console.conf @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> +<fontconfig> + <alias> + <family>monospace</family> + <prefer> + <family>Console</family> + </prefer> + </alias> + <alias> + <family>Console</family> + <default> + <family>monospace</family> + </default> + </alias> +</fontconfig> + |