for font: put {font: title};
then you have to put this code after <head>:
<meta name=“font:title” content=“Arial” />
for color: put {color: title}
then you have to put this code after <head>:
<meta name=“color:title” content=“#000” />
for upload a image: put {image: title}
then you have to put this code after <head>:
<meta name=“image:title” content=“”/>
change the font size: put {text:Font Size}
then you have to put this code after <head>:
<meta name=“text:Font Size” content=“10px” />Examples:

