I styled the CSS like
Code: Select all
/* TEXT */
p {
font-size: 1.1em;
margin: 0 0 1.5em 0; /* some air around p elements */
line-height: 1.4em;
padding: 0;
}
#tsp {
font-family: 'Lucida Calligraphy';
font-size: 1.1em;
margin: 0 0 1.5em 0; /* some air around p elements */
line-height: 1.4em;
padding: 0;
}
Code: Select all
<tsp></tsp>hello
Ronny