Update font

This commit is contained in:
vinceliuice 2024-10-25 12:23:36 +08:00
parent 47a6467e27
commit 55aef0cada
24 changed files with 11 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

5
common/makefont.sh Executable file
View 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 B

BIN
common/unifont-16.pf2 Normal file

Binary file not shown.

BIN
common/unifont-24.pf2 Normal file

Binary file not shown.

BIN
common/unifont-32.pf2 Normal file

Binary file not shown.

BIN
common/unifont.otf Normal file

Binary file not shown.

View File

@ -19,7 +19,7 @@ terminal-border: "0"
top = 30% top = 30%
width = 40% width = 40%
height = 40% height = 40%
item_font = "DejaVu Sans Regular 24" item_font = "Unifont Regular 24"
item_color = "#cccccc" item_color = "#cccccc"
selected_item_color = "#ffffff" selected_item_color = "#ffffff"
icon_width = 48 icon_width = 48
@ -48,5 +48,5 @@ terminal-border: "0"
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %d seconds"
color = "#cccccc" color = "#cccccc"
font = "DejaVu Sans Regular 24" font = "Unifont Regular 24"
} }

View File

@ -19,7 +19,7 @@ terminal-border: "0"
top = 30% top = 30%
width = 40% width = 40%
height = 40% height = 40%
item_font = "DejaVu Sans Regular 32" item_font = "Unifont Regular 32"
item_color = "#cccccc" item_color = "#cccccc"
selected_item_color = "#ffffff" selected_item_color = "#ffffff"
icon_width = 64 icon_width = 64
@ -48,5 +48,5 @@ terminal-border: "0"
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %d seconds"
color = "#cccccc" color = "#cccccc"
font = "DejaVu Sans Regular 32" font = "Unifont Regular 32"
} }

View File

@ -19,7 +19,7 @@ terminal-border: "0"
top = 30% top = 30%
width = 40% width = 40%
height = 40% height = 40%
item_font = "DejaVu Sans Regular 24" item_font = "Unifont Regular 24"
item_color = "#cccccc" item_color = "#cccccc"
selected_item_color = "#ffffff" selected_item_color = "#ffffff"
icon_width = 48 icon_width = 48
@ -48,5 +48,5 @@ terminal-border: "0"
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %d seconds"
color = "#cccccc" color = "#cccccc"
font = "DejaVu Sans Regular 24" font = "Unifont Regular 24"
} }