-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 2.24 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
<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"/>
<link rel="stylesheet" href="./webfiles/joscelyn.css"/>
<title>Joscelyn font specimen page</title>
</head>
<body>
<h1>Joscelyn</h1>
<p>
Joscelyn is an uncompromising secretary-hand font that provides the
most realistic rendering available anywhere of a notoriously difficult
Renaissance script. Below is a sample, taken
from Sir Philip Sidney’s <i>Astrophel and Stella.</i> The box is
editable: feel free to type your own text and experience the font live.
</p>
<p id="joscelyndemo" contenteditable="true" class="samplebox">Louing in trueth, and fayne in verse my loue to show,
That she, deare Shee, might take som pleasure of my paine,
Pleasure might cause her reade, reading might make her know,
Knowledge might pittie winne, and pity grace obtaine,
I sought fit wordes to paint the blackest face of woe.</p>
<p>
If you’ve installed Joscelyn on your system and noticed that
it looks different when you type there from the way it looks
here (where is that big loopy high s?), that is because
Joscelyn depends on several OpenType features that are enabled
by default in all major web browsers and most major software,
<b>with the notable exception of Microsoft Word</b>.
</p>
<p>
To enable these features in Word, do either of two things. <b>1.</b> The
easiest option is to start a document by double-clicking the Joscelyn.dotx
template, and in the new document that opens, apply the
“Joscelyn” character style to any stretch of text. <b>2.</b> Alternatively, open
the “Font” dialog box, click over to the “Advanced” tab,
and check the boxes to enable “Kerning,” “Standard Ligatures”
and “Contextual Alternates.” That’s all there is to it!
</p>
<p>
To download Joscelyn, click <a href="https://github.com/psb1558/Joscelyn-font/releases"
style="font-family: Joscelyn; color: brown; text-decoration: none">here.</a>
</p>
</body>
</html>