1) Look for the following in your style sheet and add the desired font to the line I highlighted in red:
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #ffffff;
background-color: #000000;
}
Just remember that the font won't show up unless the user has it installed on his/her computer.
2) I'm not all that familiar with downloadable products (that's my next step), but whatever you want the customer to download has to exist on your server in the format you want them to have.