diff --git a/Aegean.css b/Aegean.css index 0ab980d..a99cc91 100644 --- a/Aegean.css +++ b/Aegean.css @@ -28,3 +28,10 @@ font-weight: 400; src: url(NotoEmoji-Regular.ttf) format('truetype'); } +@font-face { + font-family: 'GFS Didot'; + font-style: normal; + font-weight: 400; + src: local('GFS Didot Regular'), local('GFSDidot-Regular'), url(GFSDidot.ttf) format('truetype'); +} + diff --git a/GFSDidot.ttf b/GFSDidot.ttf new file mode 100644 index 0000000..e8381b8 Binary files /dev/null and b/GFSDidot.ttf differ diff --git a/explorer.js b/explorer.js index 9ad426e..3893231 100644 --- a/explorer.js +++ b/explorer.js @@ -1163,9 +1163,6 @@ function addWordTip(word, name, index) { tip.appendChild(wordCommentElement); } - var wordCommentElement = document.createElement("div"); - wordCommentElement.className = "lexicon"; - wordCommentElement.textContent = "Tags: "; var tagsForWord = inscriptions.get(name).wordTags[index]; if (tagsForWord) { tagsForWord.forEach(x => { diff --git a/index.html b/index.html index 74aa479..fb35f00 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@