fixed dependencies
This commit is contained in:
12
vendor/github.com/go-fonts/liberation/liberationsansregular/data.go
generated
vendored
Normal file
12
vendor/github.com/go-fonts/liberation/liberationsansregular/data.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// generated by go run gen-fonts.go; DO NOT EDIT
|
||||
|
||||
// Package liberationsansregular provides the "LiberationSans Regular" TrueType font
|
||||
// from the Liberation font family.
|
||||
package liberationsansregular // import "github.com/go-fonts/liberation/liberationsansregular"
|
||||
|
||||
import _ "embed"
|
||||
|
||||
// TTF is the data for the "LiberationSans Regular" TrueType font.
|
||||
//
|
||||
//go:embed LiberationSans-Regular.ttf
|
||||
var TTF []byte
|
||||
Reference in New Issue
Block a user