-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsleek.htm
115 lines (106 loc) · 4.49 KB
/
sleek.htm
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
<html><head><base href="https://stgiga.github.io/UnifontEX"><title>UnifontEX - Open Source Universal Font Project</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<style>
@font-face {
font-family: 'UnifontExMono';
src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot'); /* IE9 Compat Modes */
src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('https://stgiga.github.io/UnifontEX/UnifontExMono.woff') format('woff'), /* Pretty Modern Browsers */
url('https://stgiga.github.io/UnifontEX/UnifontExMono.ttf') format('truetype'), /* Safari, Android, iOS */
url('http://stgiga.github.io/UnifontEX/UnifontExMono.woff2') format('woff2'), /* Super Modern Browsers */
url('http://stgiga.github.io/UnifontEX/UnifontExMono.svg#UnifontExMono') format('svg'); /* Legacy iOS */
}
body {
font-family: UnifontExMono, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f0f0f0;
}
h1, h2 {
color: #2c3e50;
}
.logo {
font-size: 2.5em;
font-weight: bold;
color: #009900;
text-align: center;
margin-bottom: 20px;
}
.download-btn {
display: inline-block;
background-color: #2ecc71;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
margin-top: 20px;
}
.download-btn:hover {
background-color: #27ae60;
}
.sample {
background-color: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
margin-top: 20px;
}
.sample-text {
font-family: 'UnifontExMono', monospace;
font-size: 1.2em;
line-height: 1.4;
}
</style>
</head>
<body>
<div class="logo">UnifontEX</div>
<h1>Welcome to UnifontEX</h1>
<p>UnifontEX is an ambitious open-source project aimed at creating a truly universal font that supports as many Unicode characters as possible. Building upon the foundation of GNU Unifont, we've expanded the character set and improved the font's compatibility to create a more comprehensive and renderer-pleasing typeface.</p>
<h2>Features</h2>
<ul>
<li>Support for 65,422 glyphs, covering many Unicode blocks</li>
<li>Consistent 16px pixel grid design for all characters</li>
<li>Improved renderer support, including IDEs</li>
<li>Extensive support for ancient scripts and modern emoji</li>
<li>Better feature utilization</li>
<li>MANY font formats, including obscure ones</li>
</ul>
<h2>Sample Text</h2>
<div class="sample">
<p class="sample-text">
Hello World! - English<br>
你好,世界❣ - Chinese<br>
こんにちは、世界❣ - Japanese<br>
안녕하세요, 세계! - Korean<br>
Здравствуй, мир! - Russian<br>
नमस्ते दुनिया! - Hindi<br>
مرحبا بالعالم! - Arabic<br>
🌍👋😊 - Emoji<br>
Unifont⅀𝕏 - Math
</p>
</div>
<h2>Download</h2>
<p>Get the latest version of UnifontEX and start using it in your projects today!</p>
<a href="https://stgiga.github.io/UnifontEX/UnifontExMono.ttf" class="download-btn">Download UnifontEX</a>
<a href="https://unifontex.sourceforge.io/UnifontEX.7z" class="download-btn">Download ALL UnifontEX formats</a>
<h2>Contributing</h2>
<p>UnifontEX is a 10-year project, and we welcome praise from font designers, linguists, and developers. If you'd like to help improve UnifontEX, please visit our <a href="https://github.com/stgiga/UnifontEX">GitHub repository</a> to learn more about how you can contribute.</p> <p>You can also leave a comment in the Issues section.</p>
<h2>License</h2>
<p>UnifontEX is released under the <a href="https://www.gnu.org/licenses/gpl-2.0.en.html">GNU General Public License v2.0 and the SIL OFLv1.1</a>. This means you are free to use, modify, and distribute the font, as long as you comply with the terms of the license.</p>
<footer>
<p>🄯 2023 stgiga.</p>
<p>
<a href="https://stgiga.github.io/UnifontEX/">Main About</a> |
<a href="https://github.com/stgiga/UnifontEX/">Github Repo</a>
<a href="https://github.com/stgiga/UnifontEX/tree/main/exampledocs">Example UnifontEX Documents</a> |
<a href="https://spacehey.com/stgiga">Blog</a> |
<a href="https://stgiga.github.io">My Webcore Website</a> |
<a href="https://stgiga.weebly.com">My formal website</a>
</p>
</footer>
</body>
</html>