Need Handwriting font Dreamweaver CS3

Asked By 40 points N/A Posted on -
qa-featured

Hello Experts,

I am in search of few handwriting font Dreamweaver will support, I am using Adobe Dreamweaver CS3, but is not an expert in HTML coding, I need to know about how to set those handwriting fonts in Adobe Dreamweaver CS3. Please provide me font specification example coding for an understanding.

Thanks,

Mary I Pendleton

SHARE
Answered By 0 points N/A #193772

Need Handwriting font Dreamweaver CS3

qa-featured

 

 





Hello,

There are two parts to this. First is that you have to download some handwriting fonts from a trusted website and the second step is writing an example HTML code in Dreamweaver to check if its working.

  1. Go to this website and download any font that suits your need: https://www.dafont.com/theme.php?cat=603
  2. Unzip the downloaded file. You will find a TrueType font file (*.ttf)
  3. Right click on it select “Install”
  4. Open Dreamweaver  from the Windows start-up menu
  5. Select HTML under Create New

 

  1. Type in the code below:

<html>

<head><title>My Style</title></head>

<body>

<p style="font-family:'Moon Flower'">

Here is an example text

</p>

<body>

</html>

  1. You can change the font by changing the font-family as required

 

Related Questions