8000 Revert removal of cursive and fantasy · matplotlib/matplotlib@bf28ffd · GitHub
[go: up one dir, main page]

Skip to content

Commit bf28ffd

Browse files
committed
Revert removal of cursive and fantasy
1 parent 7edc583 commit bf28ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/fonts_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
alignment = {'horizontalalignment': 'center', 'verticalalignment': 'baseline'}
1414
# Show family options
1515

16-
families = ['serif', 'sans-serif', 'monospace']
16+
families = ['serif', 'sans-serif', 'cursive', 'fantasy', 'monospace']
1717

1818
font1 = font0.copy()
1919
font1.set_size('large')

0 commit comments

Comments
 (0)
0