1 2 3 4 5 6 7 8 9 10 11 12 |
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'> <style> .textbox { font-family: 'Shadows Into Light', cursive; font-size: 26px; color: #18326d; letter-spacing: 3px; } </style> <input type="text" name="newtext" class="textbox" value="Add text" /> |
