diff --git a/README.md b/README.md index 037bc53..68d4c11 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Route::get('/', function (Codedge\Fpdf\Fpdf\Fpdf $fpdf) { ### Defining fonts FPDF comes with a set of fonts already defined and stored in the `src/Fpdf/font` directory. -If you want to add your own font, please have a look at the [Adding new fonts and encodings](http://www.fpdf.org/en/tutorial/tuto7.htm) tutorial. +If you want to add your own font, please have a look at the [Adding new fonts and encodings](http://www.fpdf.org/en/tutorial/tuto7.htm) tutorial. You can change the font path, by using the `FPDF_FONTPATH` environment variable.