File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ size and font_size arguments when using default font
71
71
72
72
Pillow has had a "better than nothing" default font, which can only be drawn at
73
73
one font size. Now, if FreeType support is available, a version of
74
- `Aileron Regular <https://dotcolon.net/font /aileron >`_ is loaded, which can be
74
+ `Aileron Regular <https://dotcolon.net/fonts /aileron >`_ is loaded, which can be
75
75
drawn at chosen font sizes.
76
76
77
77
The following ``size `` and ``font_size `` arguments can now be used to specify a
Original file line number Diff line number Diff line change @@ -1093,7 +1093,7 @@ def load_default_imagefont() -> ImageFont:
1093
1093
1094
1094
def load_default (size : float | None = None ) -> FreeTypeFont | ImageFont :
1095
1095
"""If FreeType support is available, load a version of Aileron Regular,
1096
- https://dotcolon.net/font /aileron, with a more limited character set.
1096
+ https://dotcolon.net/fonts /aileron, with a more limited character set.
1097
1097
1098
1098
Otherwise, load a "better than nothing" font.
1099
1099
You can’t perform that action at this time.
0 commit comments