mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-28 22:33:14 +00:00
Fix caption command, replace font with Roboto
This commit is contained in:
parent
7c09627774
commit
3fafa834ed
4 changed files with 86 additions and 49 deletions
8
_resources/resources.go
Normal file
8
_resources/resources.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package _resources
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed fonts/Roboto.ttf
|
||||
var FontRoboto []byte
|
Loading…
Add table
Add a link
Reference in a new issue