13 lines
408 B
Go
13 lines
408 B
Go
// generated by go run gen-fonts.go; DO NOT EDIT
|
|
|
|
// Package liberationmonoregular provides the "LiberationMono Regular" TrueType font
|
|
// from the Liberation font family.
|
|
package liberationmonoregular // import "github.com/go-fonts/liberation/liberationmonoregular"
|
|
|
|
import _ "embed"
|
|
|
|
// TTF is the data for the "LiberationMono Regular" TrueType font.
|
|
//
|
|
//go:embed LiberationMono-Regular.ttf
|
|
var TTF []byte
|