Tuesday, 23 April 2013

How would you format some text using css to be verdana and bold? | Coldfusion interview questions

.myfontclass {
font-family: Verdana;
font-weight: bold;
}

No comments: