fig, ax = plt.subplots(figsize=(4, 3))
ax.plot(range(10), label='point')
ax.legend(title='Points',
          title_fontproperties={'family': 'serif', 'size': 20})