forked from psb1558/Junicode-font
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
463 lines (354 loc) · 23.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>JuniusX font specimen page</title>
<link rel="stylesheet" href="./webfiles/junius.css"/>
<link rel="stylesheet" href="./webfiles/balloon-new.css"/>
</head>
<body>
<div class="headerbox">
<h1><span class="smcp">JuniusX</span> (the new Junicode font)</h1>
</div>
<p>
<span class="smcp semibold">JuniusX</span> is a completely
rebuilt version of <a
href="https://junicode.sourceforge.io/">Junicode</a>, the font
for medievalists. When complete, it will offer the full MUFI (<a
href="https://skaldic.abdn.ac.uk/m.php?p=mufi">Medieval Unicode
Font Initiative, version 4.0</a>) character set in all faces, which will
include Light, Regular, Medium, Semibold and Bold weights,
Condensed, Semicondensed and Regular widths, and (of course)
roman and italic styles. All fonts will include an expanded
set of OpenType features—for
example, automated transliteration of Latin text to runic or
Gothic, mirrored runes, historical ligatures (easing access to
MUFI’s specialized ligatures), old-style figures, and many
variant letter-shapes.
</p>
<p>
As of May 2020, the roman style is about 95% complete and the
italic about 43% complete, and development is proceeding
briskly. The project is hosted on <a
href="https://github.com/psb1558/Junicode-New">Github</a>, where
beta versions of the font can be downloaded.
</p>
<p>
Play with the many features of JuniusX by selecting a style for
the box below from the drop-down menu and by selecting features.
The text box is editable: type or paste in some text of your
choosing to see how it will look in JuniusX.
</p>
<div class="controlbox">
<div class="dropdown">
<label for="faces">Choose a style: </label>
<select id="faces" name="faces">
<option value="Light">Light</option>
<option value="Regular" selected="selected">Regular</option>
<option value="Medium">Medium</option>
<option value="Semibold">Semibold</option>
<option value="Bold">Bold</option>
<option value="SemicompressedLight">Semicompressed Light</option>
<option value="Semicompressed">Semicompressed</option>
<option value="SemicompressedMedium">Semicompressed Medium</option>
<option value="SemicompressedSemibold">Semicompressed Semibold</option>
<option value="SemicompressedBold">Semicompressed Bold</option>
<option value="CompressedLight">Compressed Light</option>
<option value="Compressed">Compressed</option>
<option value="CompressedMedium">Compressed Medium</option>
<option value="CompressedSemibold">Compressed Semibold</option>
<option value="CompressedBold">Compressed Bold</option>
</select>
</div>
<div class="dropdown">
<label for="languages">Choose a language:</label>
<select id="languages" name="languages">
<option value="ModEnglish" selected="selected">Modern English</option>
<option value="OldEnglish">Old English</option>
<option value="MiddleEnglish">Middle English</option>
<option value="Latin">Latin</option>
<option value="Gothic">Gothic</option>
<option value="OldIcelandic">Old Icelandic</option>
<option value="OldSaxon">Old Saxon</option>
<option value="German">Early New High German</option>
</select>
</div>
<div class="checkboxes">
<span class="check"><input type="checkbox" id="smcp"
name="smcp"/><label for="smcp" data-tooltip="smcp"> Small caps</label></span>
<span class="check"><input type="checkbox" id="c2sc"
name="c2sc"/><label for="c2sc" data-tooltip="c2sc"> Small caps from
capitals</label></span>
<span class="check"><input type="checkbox" id="onum"
name="onum"/><label for="onum" data-tooltip="onum"> Old-style
figures</label></span>
<span class="check"><input type="checkbox" id="zero"
name="zero"/><label for="zero" data-tooltip="zero"> Slashed zero</label></span>
<span class="check"><input type="checkbox" id="sups"
name="sups"/><label for="sups" data-tooltip="sups"> Superscripts</label></span>
<span class="check"><input type="checkbox" id="subs"
name="subs"/><label for="subs" data-tooltip="subs"> Subscripts</label></span>
<span class="check"><input type="checkbox" id="ss04"
name="ss04"/><label for="ss04" data-tooltip="For Roman numbers. Stylistic Set 4 (ss04)"> High
overline</label></span>
<span class="check"><input type="checkbox" id="ss05"
name="ss05"/><label for="ss05" data-tooltip="For Roman numbers. Stylistic Set 5 (ss05)"> Medium-high
overline</label></span>
<span class="check"><input type="checkbox" id="ss01"
name="ss01"/><label for="ss01" data-tooltip="Stylistic Set 1 (ss01)"> Nordic
thorn and eth</label></span>
<span class="check"><input type="checkbox" id="ss20"
name="ss20"/><label for="ss20" data-tooltip="Stylistic Set 20 (ss20)"> English thorn and eth</label></span>
<span class="check"><input type="checkbox" id="ss02"
name="ss02"/><label for="ss02" data-tooltip="Stylistic Set 2 (ss02)"> Insular
letter-forms</label></span>
<span class="check"><input type="checkbox" id="cv021"
name="cv021"/><label for="cv021" data-tooltip="Character Variant 2/1 (cv02=1)"> Alternate Tironian
sign 1</label></span>
<span class="check"><input type="checkbox" id="cv022"
name="cv022"/><label for="cv022" data-tooltip="Character Variant 2/2 (cv02=2)"> Alternate Tironian
sign 2</label></span>
<span class="check"><input type="checkbox" id="hist"
name="hist"/><label for="hist" data-tooltip="Historical Forms (hist/ss03)"> Long s</label></span>
<span class="check"><input type="checkbox" id="ss08"
name="ss08"/><label for="ss08" data-tooltip="Stylistic Set 8 (ss08)"> Sticky long s</label></span>
<span class="check"><input type="checkbox" id="ss11"
name="ss11"/><label for="ss11" data-tooltip="Stylistic Set 11 (ss11)"> r rotunda</label></span>
<span class="check"><input type="checkbox" id="ss16"
name="ss16"/><label for="ss16" data-tooltip="Stylistic Set 16 (ss16)"> Sticky r rotunda</label></span>
<span class="check"><input type="checkbox" id="ss06"
name="ss06"/><label for="ss06" data-tooltip="Stylistic Set 6 (ss06)"> Enlarged
minuscules</label></span>
<span class="check tooltip"><input type="checkbox" id="ss07"
name="ss07"/><label for="ss07" data-tooltip="Stylistic Set 7 (ss07)"> Underdotted
text</label><span class="tooltiptext"></span></span>
<span class="check"><input type="checkbox" id="cv04"
name="cv04"/><label for="cv04" data-tooltip="Character Variant 4 (cv04)"> Flat-top yogh</label></span>
<!--
<span class="check"><input type="checkbox" id="ss09"
name="ss09"/><label for="ss09" data-tooltip="Stylistic Set 9 (ss09)"> Alternate
capitals</label></span>
-->
<span class="check"><input type="checkbox" id="ss12"
name="ss12"/><label for="ss12" data-tooltip="Stylistic Set 12 (ss12)"> Early English
futhorc</label></span>
<span class="check"><input type="checkbox" id="ss13"
name="ss13"/><label for="ss13" data-tooltip="Stylistic Set 13 (ss13)"> Elder futhark</label></span>
<span class="check"><input type="checkbox" id="ss14"
name="ss14"/><label for="ss14" data-tooltip="Stylistic Set 14 (ss14)"> Younger futhark</label></span>
<span class="check"><input type="checkbox" id="ss15"
name="ss15"/><label for="ss15" data-tooltip="Stylistic Set 15 (ss15)"> Long branch to short
twig</label></span>
<span class="check"><input type="checkbox" id="rtlm"
name="rtlm"/><label for="rtlm" data-tooltip="Right-to-left mirrored forms (rtlm)"> Mirrored runes</label></span>
<span class="check"><input type="checkbox" id="ss18"
name="ss18"/><label for="ss18" data-tooltip="Stylistic Set 18 (ss18)"> Old-Style punctuation
spacing</label></span>
<span class="check"><input type="checkbox" id="ss19"
name="ss19"/><label for="ss19" data-tooltip="Stylistic Set 19 (ss19)"> Latin to Gothic</label></span>
<span class="check"><input type="checkbox" id="hlig"
name="hlig"/><label for="hlig" data-tooltip="hlig"> Historical
ligatures</label></span>
<span class="check"><input type="checkbox" id="dlig"
name="dlig"/><label for="dlig" data-tooltip="dlig"> Discretionary
ligatures</label></span>
<span class="check tooltip"><input type="checkbox" id="ss10"
name="ss10"/><label for="ss10" data-tooltip="Stylistic Set 10 (ss10)"> Fleurons</label></span>
<span class="check"><input type="checkbox" id="morefeat"
name="morefeat"/><label for="morefeat" data-tooltip="Show less-used features">Show more</label></span>
<span class="hid check"><input type="checkbox" id="cv061"
name="cv061"/><label for="cv061" data-tooltip="Character Variant 6/1 (cv06=1)"> a → </label></span>
<span class="hid check"><input type="checkbox" id="cv062"
name="cv062"/><label for="cv062" data-tooltip="Character Variant 6/2 (cv06=2)"> a → </label></span>
<span class="hid check"><input type="checkbox" id="cv063"
name="cv063"/><label for="cv063" data-tooltip="Character Variant 6/3 (cv06=3)"> a → </label></span>
<span class="hid check"><input type="checkbox" id="cv064"
name="cv064"/><label for="cv064" data-tooltip="Character Variant 6/4 (cv06=4)"> a → </label></span>
<span class="hid check"><input type="checkbox" id="cv065"
name="cv065"/><label for="cv065" data-tooltip="Character Variant 6/5 (cv06=5)"> a → </label></span>
<span class="hid check"><input type="checkbox" id="cv01"
name="cv01"/><label for="cv01" data-tooltip="Character Variant 1 (cv01)">d → ꝺ</label></span>
<span class="hid check"><input type="checkbox" id="cv05"
name="cv05"/><label for="cv05" data-tooltip="Character Variant 5 (cv05)"> ꝺ → <span
style="font-feature-settings: 'cv05' on">ꝺ</span></label></span>
<span class="hid check"><input type="checkbox" id="cv071"
name="cv071"/><label for="cv071" data-tooltip="Character Variant 7/1 (cv07=1)"> e → </label></span>
<span class="hid check"><input type="checkbox" id="cv072"
name="cv072"/><label for="cv072" data-tooltip="Character Variant 7/2 (cv07=2)"> e → </label></span>
<span class="hid check"><input type="checkbox" id="cv073"
name="cv073"/><label for="cv073" data-tooltip="Character Variant 7/3 (cv07=3)"> e → </label></span>
<span class="hid check"><input type="checkbox" id="cv03"
name="cv03"/><label for="cv03" data-tooltip="Character Variant 3 (cv03)">Alternate ę</label></span>
<span class="hid check"><input type="checkbox" id="cv081"
name="cv081"/><label for="cv081" data-tooltip="Character Variant 8/1 (cv08=1)"> f → ꝼ</label></span>
<span class="hid check"><input type="checkbox" id="cv082"
name="cv081"/><label for="cv081" data-tooltip="Character Variant 8/2 (cv08=2)"> f → </label></span>
<span class="hid check"><input type="checkbox" id="cv083"
name="cv083"/><label for="cv083" data-tooltip="Character Variant 8/3 (cv08=3)"> f → </label></span>
<span class="hid check"><input type="checkbox" id="cv084"
name="cv084"/><label for="cv084" data-tooltip="Character Variant 8/4 (cv08=4)"> f → </label></span>
<span class="hid check"><input type="checkbox" id="cv085"
name="cv085"/><label for="cv085" data-tooltip="Character Variant 8/5 (cv08=5)"> f →
<span style="font-feature-settings: 'cv08' 5">f</span></label></span>
<span class="hid check"><input type="checkbox" id="cv091"
name="cv092"/><label for="cv091" data-tooltip="Character Variant 9/1 (cv09=1)"> g → ᵹ</label></span>
<span class="hid check"><input type="checkbox" id="cv092"
name="cv092"/><label for="cv092" data-tooltip="Character Variant 9/2 (cv09=2)"> g → ɡ</label></span>
<span class="hid check"><input type="checkbox" id="cv093"
name="cv093"/><label for="cv093" data-tooltip="Character Variant 9/3 (cv09=3)"> g → </label></span>
<span class="hid check"><input type="checkbox" id="cv094"
name="cv094"/><label for="cv094" data-tooltip="Character Variant 9/4 (cv09=4)"> g → </label></span>
<span class="hid check"><input type="checkbox" id="cv095"
name="cv095"/><label for="cv095" data-tooltip="Character Variant 9/5 (cv09=5)"> g → </label></span>
<span class="hid check"><input type="checkbox" id="cv10"
name="cv10"/><label for="cv10" data-tooltip="Character Variant 10 (cv10)"> h → </label></span>
<span class="hid check"><input type="checkbox" id="cv11"
name="cv11"/><label for="cv11" data-tooltip="Character Variant 11 (cv11)"> i → </label></span>
<span class="hid check"><input type="checkbox" id="cv121"
name="cv121"/><label for="cv121" data-tooltip="Character Variant 12/1 (cv12=1)"> k → </label></span>
<span class="hid check"><input type="checkbox" id="cv122"
name="cv122"/><label for="cv122" data-tooltip="Character Variant 12/2 (cv12=2)"> k → </label></span>
<span class="hid check"><input type="checkbox" id="cv123"
name="cv123"/><label for="cv123" data-tooltip="Character Variant 12/3 (cv12=3)"> k → </label></span>
<span class="hid check"><input type="checkbox" id="cv13"
name="cv13"/><label for="cv13" data-tooltip="Character Variant 13 (cv13)"> l → </label></span>
<span class="hid check"><input type="checkbox" id="cv141"
name="cv141"/><label for="cv141" data-tooltip="Character Variant 14/1 (cv14=1)"> m → </label></span>
<span class="hid check"><input type="checkbox" id="cv142"
name="cv142"/><label for="cv142" data-tooltip="Character Variant 14/2 (cv14=2)"> m → </label></span>
<span class="hid check"><input type="checkbox" id="cv143"
name="cv143"/><label for="cv143" data-tooltip="Character Variant 14/3 (cv14=3)"> m → </label></span>
<span class="hid check"><input type="checkbox" id="cv151"
name="cv151"/><label for="cv151" data-tooltip="Character Variant 15/1 (cv15=1)"> n → </label></span>
<span class="hid check"><input type="checkbox" id="cv152"
name="cv152"/><label for="cv152" data-tooltip="Character Variant 15/2 (cv15=2)"> n → </label></span>
<span class="hid check"><input type="checkbox" id="cv153"
name="cv153"/><label for="cv153" data-tooltip="Character Variant 15/3 (cv15=3)"> n → </label></span>
<span class="hid check"><input type="checkbox" id="cv161"
name="cv161"/><label for="cv161" data-tooltip="Character Variant 16/1 (cv16=1)"> ø →
<span style="font-feature-settings: 'cv16' 1">ø</span></label></span>
<span class="hid check"><input type="checkbox" id="cv162"
name="cv162"/><label for="cv162" data-tooltip="Character Variant 16/2 (cv16=2)"> ø →
<span style="font-feature-settings: 'cv16' 2">ø</span></label></span>
<span class="hid check"><input type="checkbox" id="cv163"
name="cv163"/><label for="cv163" data-tooltip="Character Variant 16/3 (cv16=3)"> ø →
<span style="font-feature-settings: 'cv16' 3">ø</span></label></span>
<span class="hid check"><input type="checkbox" id="cv164"
name="cv164"/><label for="cv164" data-tooltip="Character Variant 16/4 (cv16=4)"> ø →
<span style="font-feature-settings: 'cv16' 4">ø</span></label></span>
<span class="hid check"><input type="checkbox" id="cv201"
name="cv201"/><label for="cv201" data-tooltip="Character Variant 20/1 (cv20=1)"> r → <span
style="font-feature-settings: 'ss16' on">ꝛ</span></label></span>
<span class="hid check"><input type="checkbox" id="cv202"
name="cv202"/><label for="cv202" data-tooltip="Character Variant 20/2 (cv20=2)"> r → ꞃ</label></span>
<span class="hid check"><input type="checkbox" id="cv211"
name="cv211"/><label for="cv211" data-tooltip="Character Variant 21/1 (cv21=1)"> s → ꞅ</label></span>
<span class="hid check"><input type="checkbox" id="cv212"
name="cv212"/><label for="cv212" data-tooltip="Character Variant 21/2 (cv21=2)"> s → </label></span>
<span class="hid check"><input type="checkbox" id="cv22"
name="cv22"/><label for="cv22" data-tooltip="Character Variant 22 (cv22)"> t → ꞇ</label></span>
<span class="hid check"><input type="checkbox" id="cv251"
name="cv251"/><label for="cv251" data-tooltip="Character Variant 25/1 (cv25=1)"> v → ꝩ</label></span>
<span class="hid check"><input type="checkbox" id="cv252"
name="cv252"/><label for="cv252" data-tooltip="Character Variant 25/2 (cv25=2)"> v → ỽ</label></span>
<span class="hid check"><input type="checkbox" id="cv26"
name="cv26"/><label for="cv26" data-tooltip="Character Variant 26 (cv26)"> x → ꭗ</label></span>
<span class="hid check"><input type="checkbox" id="cv271"
name="cv271"/><label for="cv271" data-tooltip="Character Variant 27/1 (cv27=1)"> y → ỿ</label></span>
<span class="hid check"><input type="checkbox" id="cv272"
name="cv272"/><label for="cv272" data-tooltip="Character Variant 27/2 (cv27=2)"> y → </label></span>
<span class="hid check"><input type="checkbox" id="cv351"
name="cv351"/><label for="cv351" data-tooltip="Character Variant 35/1 (cv35=1)"> A → </label></span>
<span class="hid check"><input type="checkbox" id="cv352"
name="cv352"/><label for="cv352" data-tooltip="Character Variant 35/2 (cv35=2)"> A → </label></span>
<span class="hid check"><input type="checkbox" id="cv36"
name="cv36"/><label for="cv36" data-tooltip="Character Variant 36 (cv36)"> C → </label></span>
<span class="hid check"><input type="checkbox" id="cv37"
name="cv37"/><label for="cv37" data-tooltip=Character Variant 37 (cv37)""> D → Ꝺ</label></span>
<span class="hid check"><input type="checkbox" id="cv381"
name="cv381"/><label for="cv381" data-tooltip="Character Variant 38/1 (cv38=1)"> E → </label></span>
<span class="hid check"><input type="checkbox" id="cv382"
name="cv382"/><label for="cv382" data-tooltip="Character Variant 38/2 (cv38=2)"> E → </label></span>
<span class="hid check"><input type="checkbox" id="cv39"
name="cv39"/><label for="cv39" data-tooltip="Character Variant 39 (cv39)"> F → Ꝼ</label></span>
<span class="hid check"><input type="checkbox" id="cv401"
name="cv340"/><label for="cv401" data-tooltip="Character Variant 40/1 (cv40=1)"> G → Ᵹ</label></span>
<span class="hid check"><input type="checkbox" id="cv402"
name="cv402"/><label for="cv402" data-tooltip="Character Variant 40/2 (cv40=2)"> G → </label></span>
<span class="hid check"><input type="checkbox" id="cv41"
name="cv41"/><label for="cv41" data-tooltip="Character Variant 41 (cv41)"> H → </label></span>
<span class="hid check"><input type="checkbox" id="cv42"
name="cv42"/><label for="cv42" data-tooltip="Character Variant 42 (cv42)"> I → ꟾ</label></span>
<span class="hid check"><input type="checkbox" id="cv431"
name="cv431"/><label for="cv431" data-tooltip="Character Variant 43/1 (cv43=1)"> M → </label></span>
<span class="hid check"><input type="checkbox" id="cv432"
name="cv432"/><label for="cv432" data-tooltip="Character Variant 43/2 (cv43=2)"> M → </label></span>
<span class="hid check"><input type="checkbox" id="cv433"
name="cv433"/><label for="cv433" data-tooltip="Character Variant 43/3 (cv43=3)"> M → ꟿ</label></span>
<span class="hid check"><input type="checkbox" id="cv44"
name="cv44"/><label for="cv44" data-tooltip="Character Variant 44 (cv44)"> N → </label></span>
<span class="hid check"><input type="checkbox" id="cv45"
name="cv45"/><label for="cv45" data-tooltip="Character Variant 45 (cv45)"> P → ꟼ</label></span>
<span class="hid check"><input type="checkbox" id="cv46"
name="cv46"/><label for="cv46" data-tooltip="Character Variant 46 (cv46)"> Q → </label></span>
<span class="hid check"><input type="checkbox" id="cv471"
name="cv471"/><label for="cv471" data-tooltip="Character Variant 47/1 (cv47=1)"> R → Ꝛ</label></span>
<span class="hid check"><input type="checkbox" id="cv472"
name="cv472"/><label for="cv472" data-tooltip="Character Variant 47/2 (cv47=2)"> R → Ꞃ</label></span>
<span class="hid check"><input type="checkbox" id="cv481"
name="cv481"/><label for="cv481" data-tooltip="Character Variant 48/1 (cv48=1)"> S → </label></span>
<span class="hid check"><input type="checkbox" id="cv482"
name="cv482"/><label for="cv482" data-tooltip="Character Variant 48/2 (cv48=2)"> S → Ꞅ</label></span>
<span class="hid check"><input type="checkbox" id="cv49"
name="cv49"/><label for="cv49" data-tooltip="Character Variant 49 (cv49)"> T → Ꞇ</label></span>
<span class="hid check"><input type="checkbox" id="cv511"
name="cv511"/><label for="cv511" data-tooltip="Character Variant 51/1 (cv51=1)"> V → Ꝩ</label></span>
<span class="hid check"><input type="checkbox" id="cv512"
name="cv512"/><label for="cv512" data-tooltip="Character Variant 51/2 (cv51=2)"> V → Ỽ</label></span>
<span class="hid check"><input type="checkbox" id="cv55"
name="cv55"/><label for="cv55" data-tooltip="Character Variant 55 (cv55)"> Z → Ꝣ</label></span>
<span class="hid check"><input type="checkbox" id="cv59"
name="cv59"/><label for="cv59" data-tooltip="For U+A749: Character Variant 59 (cv59)"> ꝉ → <span
style="font-feature-settings: 'cv59' on">ꝉ</span></label></span>
<span class="hid check"><input type="checkbox" id="cv60"
name="cv60"/><label for="cv60" data-tooltip="For U+A75D: Character Variant 60 (cv60)"> ꝝ → <span
style="font-feature-settings: 'cv60' on">ꝝ</span></label></span>
<span class="hid check"><input type="checkbox" id="cv611"
name="cv611"/><label for="cv611" data-tooltip="For U+035B: Character Variant 61/1 (cv61=1)"> ◌͛ → <span
style="font-feature-settings: 'cv61' 1">◌͛</span></label></span>
<span class="hid check"><input type="checkbox" id="cv612"
name="cv612"/><label for="cv612" data-tooltip="For U+035B: Character Variant 61/2 (cv61=2)"> ◌͛ → <span
style="font-feature-settings: 'cv61' 2">◌͛</span></label></span>
<span class="hid check"><input type="checkbox" id="cv62"
name="cv62"/><label for="cv62" data-tooltip="For U+1DD3: Character Variant 62 (cv62)"> ◌ᷓ → <span
style="font-feature-settings: 'cv62' on">◌ᷓ</span></label></span>
<span class="hid check"><input type="checkbox" id="cv63"
name="cv63"/><label for="cv63" data-tooltip="Character Variant 63 (cv63)"> ◌ᷣ → <span
style="font-feature-settings: 'cv63' on">◌ᷣ</span></label></span>
<span class="hid check"><input type="checkbox" id="cv64"
name="cv64"/><label for="cv64" data-tooltip="Character Variant 64 (cv64)"> ◌̅ → <span
style="font-feature-settings: 'cv64' on">◌̅</span></label></span>
<span class="hid check"><input type="checkbox" id="cv65"
name="cv65"/><label for="cv65" data-tooltip="Character Variant 65 (cv65)"> ◌̃ → <span
style="font-feature-settings: 'cv65' on">◌̃</span></label></span>
</div>
</div>
<div class="textbox" contenteditable="true">
</div>
<div style="clear: both; padding: 20px; background-color:
lightgray">
<p>
Junicode/JuniusX font copyright © 1998–2020 by Peter
S. Baker.
</p>
<p>
Licensed under the <a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL">Open Font License, v. 1.1</a>.
</p>
<p>
Development site: <a href="https://github.com/psb1558/Junicode-New">https://github.com/psb1558/Junicode-New</a>.
</p>
</div>
<script src="./webfiles/jquery-3.5.0.min.js" type="text/javascript"></script>
<script src="./webfiles/junius.js" type="text/javascript"></script>
</body>
</html>