diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2023-04-24 17:16:33 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2023-04-24 17:16:33 +0200 |
commit | c2c030153b1ef86ccdbbd9aacb88caef472f55d6 (patch) | |
tree | 6f7671b89e611f4b7fa643d63021b957a800f388 /index.html | |
parent | cdbf2fd0587131c1b9427bbf040e3f3f7405fa72 (diff) |
Update
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> |