So, what is the output you do get?
You should:
Add ; after the echo commands:
<?php echo $fontstyle; ?>
The $discription should perhaps be $description
If you get these settings through a posted form, you may need to use:
<?php echo $_POST[fontstyle]; ?>
J.