From 6b5a3bcae2a1eba70a044d32e2ca42a858ca6991 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 12 Aug 2024 12:29:06 +0300 Subject: [PATCH 14/14] Set latarcyrheb-sun16 as default font instead of eurlatgr --- pyanaconda/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py index 4659828..9a9825d 100644 --- a/pyanaconda/core/constants.py +++ b/pyanaconda/core/constants.py @@ -79,7 +79,7 @@ DEFAULT_LANG = "ru_RU.UTF-8" # we use Russian by default for UI DEFAULT_HELP_LANG = "en_US.UTF-8" -DEFAULT_VC_FONT = "eurlatgr" +DEFAULT_VC_FONT = "latarcyrheb-sun16" DEFAULT_KEYBOARD = "us" -- 2.47.0