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