Fonts

You are here: Shop Home >> Categories >> Fonts
Fonts Image

Paste this code into the HTML tool in SCCP.
<style type="text/css">
<!--
@font-face {font-family: FlowerSketches;
src: url('http://myusername.coffeecup.com/storage/fonts/FlowerSketches.ttf');}
.customfont { font-family: FlowerSketches; font-size: 20px;}
-->
</style>
<div class="customfont">This is my font.</div>

Upload your font to the directory of your choice then adjust the code to reflect the name of your font and its location.
You can use a relative link for the font if your shop isn't on S-Drive.
To change the name of the font to yours, everywhere you see the word
FlowerSketches replace it with the name of your font.