PHPverse 2025

Voting

: max(five, five)?
(Example: nine)

The Note You're Voting On

philip at webdesco dot com
16 years ago
Hi,
for the dummies (like myself) if you are having problems including your font file, prefix the file name with ./

On my development server the following worked fine
$myfont = "coolfont.ttf";

on my hosting server the only way i could get the font to work was as follows
$myfont = "./coolfont.ttf";

hope this helps someone out!

<< Back to user notes page

To Top