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,
|
Family: HandDrawn,
|
||||||
Style: FONT_STYLE_BOLD,
|
Style: FONT_STYLE_BOLD,
|
||||||
}: fuzzyBubblesBoldBase64,
|
}: fuzzyBubblesBoldBase64,
|
||||||
|
{
|
||||||
|
Family: HandDrawn,
|
||||||
|
Style: FONT_STYLE_SEMIBOLD,
|
||||||
|
// This font has no semibold, so just reuse bold
|
||||||
|
}: fuzzyBubblesBoldBase64,
|
||||||
}
|
}
|
||||||
|
|
||||||
for k, v := range FontEncodings {
|
for k, v := range FontEncodings {
|
||||||
|
|
@ -271,6 +276,10 @@ func init() {
|
||||||
Family: HandDrawn,
|
Family: HandDrawn,
|
||||||
Style: FONT_STYLE_BOLD,
|
Style: FONT_STYLE_BOLD,
|
||||||
}] = b
|
}] = b
|
||||||
|
FontFaces[Font{
|
||||||
|
Family: HandDrawn,
|
||||||
|
Style: FONT_STYLE_SEMIBOLD,
|
||||||
|
}] = b
|
||||||
}
|
}
|
||||||
|
|
||||||
var D2_FONT_TO_FAMILY = map[string]FontFamily{
|
var D2_FONT_TO_FAMILY = map[string]FontFamily{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue