chore: add assets/fonts

This commit is contained in:
Muhammad Nauman Raza 2023-07-23 13:50:11 +01:00
parent cd0e88990c
commit 0575572157
2 changed files with 10 additions and 0 deletions

10
assets/fonts/embed.go Normal file
View file

@ -0,0 +1,10 @@
package fonts
import (
_ "embed"
)
var (
//go:embed iosevka-bold.ttf
IosevkaBold_ttf []byte
)

Binary file not shown.