415fc12
diff -up kbd-2.0.2/src/unicode_start.orig kbd-2.0.2/src/unicode_start
415fc12
--- kbd-2.0.2/src/unicode_start.orig	2014-08-12 14:47:53.019028849 +0200
415fc12
+++ kbd-2.0.2/src/unicode_start	2014-08-12 14:54:42.631427602 +0200
415fc12
@@ -72,7 +72,10 @@ stty iutf8
415fc12
 # have a Unicode map attached, or explicitly specified, e.g.,
415fc12
 # by giving `def.uni' as a second argument.
415fc12
 
415fc12
-DEFAULT_UNICODE_FONT=latarcyrheb-sun16
415fc12
+# Source /etc/vconsole.conf to get default font
415fc12
+. /etc/vconsole.conf
415fc12
+
415fc12
+DEFAULT_UNICODE_FONT=$FONT
415fc12
 # Also drdos8x16 is a good candidate.
415fc12
 
415fc12
 case "$#" in