Scriptina Download
Scriptina.zip
445 KB - www.2shared.com - 2012-04-18
Source: submit links to filestube crawler
Scriptina.ttf
102 KB - www.mediafire.com - 2011-09-06
Source: it fórum - terminal.hu - téma megtekintése - írott betű ő-vel és ű-ve...
scriptina-pro.zip
463 KB - www.mediafire.com - 2011-08-08
Source: admin | descargas wow - part 8
scriptina.zip
57 KB - www.mediafire.com - 2011-07-26
Source: blog de sophy - l'antre de sophy - grenoble
scriptina.zip
57 KB - www.gigasize.com - 2010-08-26
Source: blog de sophy - l'antre de sophy - grenoble
-
First, find the file with a ttf at the end. Then, open font book, drag it in to your library then presto! you have the font.
-
Windows Vista should automatically pop up a dialog asking you to unzip the document. No special software required to unzip a .zip file.
You can use WinRAR.
It's free. And when the trial is over, nothing happens. All you do is click cancel when it asks you to register. It's super easy. Then you can extract the contents to your desktop.
Double click the .zip file.
Then click Extract on the WinRAR window. And then choose "Desktop". It would automatically make the folder. Then the font's folder will be on your desktop. OR maybe the fonts itself. Not in a folder.
Message me if you need help. Maybe pictures will help. Let me know :)
Hope it helps :)
The basic code to add a font style to your text looks like this:
<font face="font name">Text here.</font>
One thing you have to remember when using a different font, on your Web page, is that the person viewing your page may not be able to access the font you want to use. Their computer may not have it and then they can't see it. To them your text will look like the default Web font.
Something you may want to consider doing is naming more than one font, just in case the person viewing your page can't see the font you chose.
This is done by laying out your code like this:
<font face="ms sans serif, geneva, arial">Text here.</font>
Hope this helps. :]