chore: update Nerd Font to v3.1.0

This commit is contained in:
Jan De Dobbeleer 2023-11-25 16:28:11 +01:00 committed by Jan De Dobbeleer
parent 3d2d72d36d
commit 430d83ea42

View file

@ -216,7 +216,7 @@ func (ir *ImageRenderer) loadFonts() error {
// Download font if not cached // Download font if not cached
if data == nil { if data == nil {
url := "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.0/Hack.zip" url := "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.0/Hack.zip"
var err error var err error
data, err = fontCLI.Download(url) data, err = fontCLI.Download(url)