ok ..
I change :
define(‘FU_FONT_URL’, content_url() . ‘/uploads/fonts/’ );
in line 35 in font-uploader-free.php
TO :
define(‘FU_FONT_URL’, $fu_upload_dir[‘baseurl’] . ‘/fonts/’ );
and its work
thank you
yes , and the font exist in the path
public_html/wp-content/uploads/sites/2
EDIT
I try to create a folder in the dir public_html/wp-content/uploads/fonts
but its not working