mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
package _resources
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed fonts/Roboto.ttf
|
|
var FontRoboto []byte
|