handdrawn semibold
This commit is contained in:
parent
e51429749a
commit
735bcda933
1 changed files with 9 additions and 0 deletions
|
|
@ -180,6 +180,11 @@ func init() {
|
|||
Family: HandDrawn,
|
||||
Style: FONT_STYLE_BOLD,
|
||||
}: fuzzyBubblesBoldBase64,
|
||||
{
|
||||
Family: HandDrawn,
|
||||
Style: FONT_STYLE_SEMIBOLD,
|
||||
// This font has no semibold, so just reuse bold
|
||||
}: fuzzyBubblesBoldBase64,
|
||||
}
|
||||
|
||||
for k, v := range FontEncodings {
|
||||
|
|
@ -271,6 +276,10 @@ func init() {
|
|||
Family: HandDrawn,
|
||||
Style: FONT_STYLE_BOLD,
|
||||
}] = b
|
||||
FontFaces[Font{
|
||||
Family: HandDrawn,
|
||||
Style: FONT_STYLE_SEMIBOLD,
|
||||
}] = b
|
||||
}
|
||||
|
||||
var D2_FONT_TO_FAMILY = map[string]FontFamily{
|
||||
|
|
|
|||
Loading…
Reference in a new issue