AdisonCavani / distro-grub-themes

A pack of GRUB2 themes for each Linux distribution
https://k1ng.dev/distro-grub-themes
GNU General Public License v3.0
913 stars 56 forks source link

Fonts? #3

Closed nix-enthusiast closed 3 years ago

nix-enthusiast commented 3 years ago

This theme is awesome! But i want to chage the fonts. How can i dot it?

AdisonCavani commented 3 years ago

In order to customize font you need to generate a font in .pf2 format. Ofc you need a .ttf font first and then you use this command:

grub-mkfont [OPTION...] [OPTIONS] FONT_FILES

Details on Ubuntu manual page

You need to specify a font size and output. Then you change font name in theme.txt and that's all.