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