We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ace659 commit a3690e1Copy full SHA for a3690e1
README.md
@@ -69,10 +69,10 @@ $image = $avatar->color('#ff0000')->generate();
69
Two fonts with two variants are included:
70
* /fonts/OpenSans-Regular.ttf
71
* /fonts/OpenSans-Semibold.ttf
72
-* /fonts/NotoSans-Medium.otf
+* /fonts/NotoSans-Medium.otf`
73
* /fonts/NotoSans-Regular.otf
74
75
-The method will look for the font, if none found it will append __DIR__ and try again, and if not it will default to the first GD Internal Font.
+The method will look for the font, if none found it will append `__DIR__ and try again, and if not it will default to the first GD Internal Font.
76
If you input an integer between 1 and 5, it will use a GD Internal font as per that number.
77
78
````php
0 commit comments