From c2c030153b1ef86ccdbbd9aacb88caef472f55d6 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@dailly.me>
Date: Mon, 24 Apr 2023 17:16:33 +0200
Subject: Update

---
 index.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index 2a51602..8b20d3d 100755
--- a/index.html
+++ b/index.html
@@ -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>
-- 
cgit v1.2.3