Update font
5
common/makefont.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
grub2-mkfont -o unifont-16.pf2 -s 16 unifont.otf
|
||||
grub2-mkfont -o unifont-24.pf2 -s 24 unifont.otf
|
||||
grub2-mkfont -o unifont-32.pf2 -s 32 unifont.otf
|
Before Width: | Height: | Size: 976 B |
Before Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 952 B |
BIN
common/unifont-16.pf2
Normal file
BIN
common/unifont-24.pf2
Normal file
BIN
common/unifont-32.pf2
Normal file
BIN
common/unifont.otf
Normal file
@ -19,7 +19,7 @@ terminal-border: "0"
|
||||
top = 30%
|
||||
width = 40%
|
||||
height = 40%
|
||||
item_font = "DejaVu Sans Regular 24"
|
||||
item_font = "Unifont Regular 24"
|
||||
item_color = "#cccccc"
|
||||
selected_item_color = "#ffffff"
|
||||
icon_width = 48
|
||||
@ -48,5 +48,5 @@ terminal-border: "0"
|
||||
id = "__timeout__"
|
||||
text = "Booting in %d seconds"
|
||||
color = "#cccccc"
|
||||
font = "DejaVu Sans Regular 24"
|
||||
font = "Unifont Regular 24"
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ terminal-border: "0"
|
||||
top = 30%
|
||||
width = 40%
|
||||
height = 40%
|
||||
item_font = "DejaVu Sans Regular 32"
|
||||
item_font = "Unifont Regular 32"
|
||||
item_color = "#cccccc"
|
||||
selected_item_color = "#ffffff"
|
||||
icon_width = 64
|
||||
@ -48,5 +48,5 @@ terminal-border: "0"
|
||||
id = "__timeout__"
|
||||
text = "Booting in %d seconds"
|
||||
color = "#cccccc"
|
||||
font = "DejaVu Sans Regular 32"
|
||||
font = "Unifont Regular 32"
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ terminal-border: "0"
|
||||
top = 30%
|
||||
width = 40%
|
||||
height = 40%
|
||||
item_font = "DejaVu Sans Regular 24"
|
||||
item_font = "Unifont Regular 24"
|
||||
item_color = "#cccccc"
|
||||
selected_item_color = "#ffffff"
|
||||
icon_width = 48
|
||||
@ -48,5 +48,5 @@ terminal-border: "0"
|
||||
id = "__timeout__"
|
||||
text = "Booting in %d seconds"
|
||||
color = "#cccccc"
|
||||
font = "DejaVu Sans Regular 24"
|
||||
font = "Unifont Regular 24"
|
||||
}
|
||||
|