diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,6 +31,10 @@ fieldset label { margin: 100px; } + @font-face { + font-family: "Tengwar Telcontar" ; + src: url("tengtelc.ttf") format("truetype"); + } </style> <body> @@ -52,7 +56,7 @@ fieldset label { <fieldset> <p> <label for="source">Entrée :</label> - <input type="text" id="source" name="source"> + <input type="text" id="source" name="source" class="telcontar"> </p> <p> <label for="output">Phonétique :</label> |