|
download now |
| filename: | extension: | type: | options: | "; $directory = $font_contents_path.$d."/"; $handler = opendir($directory); while ($file = readdir($handler)) { if ($file != '.' && $file != '..') { $viewlink = "-"; $tempexp = explode(".", $file); $final = COUNT($tempexp)-1; $extension = strtolower($tempexp[$final]); if($extension == "ttf") { $type = "ttf font"; $viewlink = "download all"; } elseif($extension == "txt") { $type = "text file"; $viewlink = "view file"; } elseif($extension == "htm") { $type = "htm file"; $viewlink = "view file"; } elseif($extension == "html") { $type = "html file"; $viewlink = "view file"; } elseif($extension == "rtf") $type = "real text format"; elseif($extension == "doc") $type = "word document"; elseif($extension == "zip") $type = "zip file"; else $type = "-"; echo "
| ".$file." | ".$extension." | ".$type." | ".$viewlink." |
The above Font on this website will be downloaded in ZIP format and will need to be unzipped after download to enable use.
The abobe font found and downloaded from this site shall be TTF after unzipping, which is known as a True Type Font.
Following is how to install the font or fonts that you download on to your compter system.
How to Copy and or Install downloaded ttf font from the zip file for Windows users.
Basically what I am suggesting is that you can copy and paste the *.ttf file into the C:\Windows\Fonts folder otherwise known as directory.
For all other operating system try the above or seek experienced advice first.