Skip to content

Commit 0e29c9d

Browse files
committed
add book
1 parent 7c51388 commit 0e29c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/findfonts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function style_name(x::FTFont)
3737
lowercase(x.style_name)
3838
end
3939

40-
const REGULAR_STYLES = ("regular", "normal", "medium", "standard", "roman")
40+
const REGULAR_STYLES = ("regular", "normal", "medium", "standard", "roman", "book")
4141

4242

4343
"""

0 commit comments

Comments
 (0)