mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 17:16:14 +01:00
6 lines
169 B
Bash
6 lines
169 B
Bash
|
#! /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
|