{{ tag }}
</option>
</select>
+ <p :style="{ fontFamily: font }" contenteditable="true" class="sample">
+ Grumpy wizards make toxic brew for the evil Queen and Jack.
+ </p>
+
<ul>
<li v-for="tag in filteredTags" :key="tag.tagName + tag.family.name + tag.score">
{{ tag.tagName }}
.tag-score { padding-left: 20px; color: #888; }
.frame { margin: 5px; padding: 5px; border: 1px solid black; }
-.panel { margin: 5px; padding: 5px; }
\ No newline at end of file
+.panel { margin: 5px; padding: 5px; }
+
+.sample { font-size: 25pt; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; }
\ No newline at end of file