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
7171
7272Pillow has had a "better than nothing" default font, which can only be drawn at
7373one 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
7575drawn at chosen font sizes.
7676
7777The 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:
10931093
10941094def load_default (size : float | None = None ) -> FreeTypeFont | ImageFont :
10951095 """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.
10971097
10981098 Otherwise, load a "better than nothing" font.
10991099
You can’t perform that action at this time.
0 commit comments