forked from makerling/osm_website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspecLetters.html
More file actions
120 lines (108 loc) · 2.7 KB
/
specLetters.html
File metadata and controls
120 lines (108 loc) · 2.7 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Özel Birebir Çevrim Harfleri</title>
<style type="text/css">
@font-face {
font-family: CharisSILW;
src: url(fonts/CharisSIL-R.woff);
}
/* use Charis SIL - Italic in .woff format */
@font-face {
font-family: CharisSILW;
font-style: italic;
src: url(fonts/CharisSIL-I.woff);
}
@font-face {
font-family: CharisSILW;
font-weight: bold;
src: url(fonts/CharisSIL-B.woff);
}
@font-face {
font-family: CharisSILW;
font-weight: bold;
font-style: italic;
src: url(fonts/CharisSIL-BI.woff);
}
body, textarea {
font-family: CharisSILW;
}
table, tr, td {
border: 1px solid black;
}
table {
width: 400px;
}
.heading {
font-size: 1.5em;
text-align: center;
}
.specialChar {
font-size: 1.5em;
color: red;
text-align: center;
}
.description {
font-size: 1.2em;
padding-left: 1em;
}
</style></head><body dir="ltr" lang="en-US" text="#000000">
<table style="page-break-before: always;" cellpadding="0" cellspacing="1">
<col width="10%">
<col width="90%"><tbody><tr>
<td colspan="2">
<p class="heading">Özel Birebir Çevrim Harfleri</p>
</td>
</tr>
<tr>
<td class="specialChar">ė</td>
<td class="description">Osm. i veya î olarak yazılan Tü. e</td>
</tr>
<tr>
<td class="specialChar">ē</td>
<td class="description">Osm. â olarak yazılan Tü. e</td>
</tr>
<tr>
<td class="specialChar">ḡ</td>
<td class="description">Tü. ince ünlülerle yumuşak g (Osm. gef/kef)</td>
</tr>
<tr>
<td class="specialChar">ġ</td>
<td class="description">Tü. kalın ünlülerle g (Osm. ġayin)</td>
</tr>
<tr>
<td class="specialChar">í</td>
<td class="description">Osm. kısa a/e olarak yazılan Tü. i</td>
</tr>
<tr>
<td class="specialChar">ỉ</td>
<td class="description">Osm. û olarak yazılan Tü. i</td>
</tr>
<tr>
<td class="specialChar">ᵼ</td>
<td class="description">Osm. û olarak yazılan Tü. ı</td>
</tr>
<tr>
<td class="specialChar">ŋ</td>
<td class="description">Eski Tü. özel nef (sağır kef) harfi</td>
</tr>
<tr>
<td class="specialChar">ȯ</td>
<td class="description">Osm. a veya â olarak yazılan Tü. o</td>
</tr>
<tr>
<td class="specialChar">ű</td>
<td class="description">Osm. i veya î olarak yazılan Tü. ü</td>
</tr>
<tr>
<td class="specialChar">ủ</td>
<td class="description">Osm. i veya î olarak yazılan Tü. u</td>
</tr>
<tr>
<td class="specialChar">ʿ</td>
<td class="description">ayin (Osm. ünsüz harf)</td>
</tr>
<tr>
<td class="specialChar">ʾ</td>
<td class="description">hemze (Osm. ünsüz harf)</td>
</tr>
</tbody></table>
</body></html>