Fix caption command, replace font with Roboto

This commit is contained in:
Michał Gdula 2025-05-06 19:22:22 +01:00
parent 7c09627774
commit 3fafa834ed
4 changed files with 86 additions and 49 deletions

8
_resources/resources.go Normal file
View file

@ -0,0 +1,8 @@
package _resources
import (
_ "embed"
)
//go:embed fonts/Roboto.ttf
var FontRoboto []byte