-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontent4.html
575 lines (502 loc) · 24.1 KB
/
content4.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
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sarasa Gothic Mono</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="theme-color" content="#d36e2d" />
<meta name="viewport" content="width=device-width, initial-scale=.75">
<link rel="canonical" href="https://picaq.github.io/sarasa"/>
<link rel="preload" as="font" href="../fonts/Sarasa-UI-SC-Light.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="../fonts/Sarasa-Mono-J-Regular.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="../fonts/Sarasa-Mono-J-Italic.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="../fonts/Sarasa-Mono-J-Light-Italic.woff2" type="font/woff2" crossorigin="anonymous">
<!-- <link rel="preload" as="font" href="../fonts/Sarasa-UI-SC-Extralight.woff2" type="font/woff2" crossorigin="anonymous"> -->
<link rel="preload" as="font" href="../fonts/Sarasa-Mono-J-Bold.woff2" type="font/woff2" crossorigin="anonymous">
<!-- <link rel="preload" as="font" href="../fonts/Sarasa-Mono-J-Light.woff2" type="font/woff2" crossorigin="anonymous"> -->
<style>
img {
max-width: 100%;
max-height: 100%;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1 {
padding-bottom: 0.3em;
line-height: 1.2;
/* border-bottom-width: .12em;
border-bottom-style: dotted; */
}
code {
font-size: 1em;
line-height: 1.357em;
}
body.wordWrap pre {
white-space: pre-wrap;
}
</style>
<link rel="stylesheet" href="sarasa.css" type="text/css">
<link rel="stylesheet" href="sarasa-fonts.css" type="text/css">
<link rel="stylesheet" href="../prism.css" type="text/css">
<!-- <link rel="stylesheet" href="../prism-live.css" type="text/css"> -->
<link rel="stylesheet" href="../prism-live-2.css" type="text/css">
<style>
/*
* Markdown PDF CSS
*/
pre code {
/* background-color: #f8f8f8;
border: 1px solid #cccccc;
border-radius: 3px; */
overflow-x: auto;
white-space: pre-wrap;
overflow-wrap: break-word;
}
/* Page Break : use <div class="page"/> to insert page break
-------------------------------------------------------- */
.page {
page-break-after: always;
}
</style>
</head>
<body>
<header>
<h1 id="sarasa-gothic-mono">Sarasa Gothic Mono</h1>
<p><em>a.k.a.</em> 更纱黑体<wbr> 更紗黑體<wbr> 更紗ゴシック<wbr> 사라사고딕</p>
<p class="center stars"><wbr><em>Rockstar of progamming typography</em><wbr></p>
<p class="center teal">fully fledged monospace superfamily designed for coding</p>
<!--
(include why up front)
- a written paragraph that explains why , in the About: more markety and less factual
- add suggestive illustrations, not just factual/denotated stuff, add something that alludes to the feeling
- maybe have animations seeing the code animate, makes it feel dynamic
- design something that communicates the typeface rather than reflecting how it would be used
- balance of concept illustrations + factual information
- reinfoce the personality/concept and the voice that the typeface speaks with
- Use the typeface to talk to audience in its personality/voice
- post links to the discussion group to keep giving feeback
- upload revisions by thursday
-->
<!-- <blockquote><pre>
if (coffee.Empty) {
coffee.Refill();
}
else {
coffee.Drink();
}</pre>
</blockquote> -->
<blockquote>
<p>
Programs must be written for people to read, and only incidentally for machines to execute.
</p>
<br/> <span class="author">— Harold Abelson</span>
</blockquote>
</header>
<main spellcheck="false">
<h2 id="about">About</h2>
<p>
Sarasa Gothic Mono is a typeface designed for the multilingual programmer in mind.
Born from the seamless union of Source Han Sans and Iosevka,
it fills a niche in the world of sterotypically limited, boring monospace type.
</p>
<h2 id="features0">Features</h2>
<ul>
<li><span>programming ligatures</span> and math symbols</li>
<li>true type font hinting designed for <span>pixel-perfect</span> tiny sizes</li>
<li>condensed for <span>maximum semantic value</span></li>
<li><span><em>complete</em></span> latin, cyrillic, greek, and east asian language support</li>
<li>exactly 0.5em set width characters to <em>always</em> <span>perfectly align</span> with 1em width asian characters</li>
<li>glyph/language alternates</li>
<li>free and open source</li>
<li>continuously updated</li>
</ul>
<section class="code">
<h4>Try it out now!</h4>
<div contenteditable="true" title="python"><pre class="prism-live"><code class="prism-live lang-python"># edit me!
</code></pre></div>
<h3 id="latin-demo">Latin Character Demo</h3>
<div contenteditable="true" title="JavaScript"><pre class="prism-live">
<code class="prism-live lang-javascript">console.log("Hello World");
document.write("Olá Mundo");</code></pre></div>
<h3 id="cyllic--greekmath-demo">Cyrillic Character Demo</h3>
<div contenteditable="true" title="php"><pre class="prism-live"><code class="prism-live lang-php">print "Привет мир";</code></pre></div>
<h3 id="asian-language-demo">East Asian (CJK) Charcter Demo</h3>
<div contenteditable="true" title="bash"><pre class="prism-live"><code class="prism-live lang-bash">echo こんにちは世界
cat "안녕 세상.sh"</code></pre></div>
<h2 id="programming-language-support">Programming Language Support</h2>
<h3>Programming Ligatures for the following languages:</h3>
<p>
C, C++, C#, JavaScript, PHP, F#, ML, F*, Haskell, Idris, Elm, PureScript, Swift, Coq, Matlab
</p>
<!-- <h3 id="list-of-all-supported-programming-languages">list of all supported programming languages</h3> -->
<h3 id="htmlcssjsphp-demo">Code Block Demos</h3>
<h4 id="html">html</h4>
<div contenteditable="true" title="HTML"><pre class="prism-live"><code class="prism-live lang-html"><h1 class="cute home" title="about me">
<a href="#about" id="hidem" >Illustration</a>
</h1>
<img id="search" src="snow-pic-beret.webp"
onerror="this.onerror=null; this.src='snow-pic-beret.png'" alt="person with green beret and silly face">
<h2 class="cute plane"><a href="#projects" id="showp">Projects</a></h2>
<h2 class="cute kite"><a href="#gallery" id="showg">Gallery</a></h2>
<a href="#contact" class="cute bird">Contact Me!</a></code></pre></div>
<h4 id="css">css</h4>
<div contenteditable="true" title="CSS"><pre class="prism-live"><code class="prism-live lang-css">html, body {
background-color: #343233;
font-family: 'Sarasa Mono HC', 'Sarasa Mono J', 'Sarasa Mono K', monospace;
color: #efdabb;
}
h1 {
font-weight: 300;
color: #78af9f;
}</code></pre></div>
<h4 id="js">javascript</h4>
<div contenteditable="true" title="JavaScript"><pre class="prism-live"><code class="prism-live lang-javascript">let west = document.querySelectorAll('.west');
let east = document.querySelectorAll('.east');
// let all = [].concat(west, east);
let all = [...west, ...east];
function change() {
let weight = document.getElementById("weight").value;
for ( i = 0; i < all.length; i++ ) {
all[i].style.fontWeight = weight;
}
}
function xLight() {
weight.value = 200;
change();
}</code></pre></div>
</section>
<hr class="center stars" style="margin-top: 2rem;">
<section id="languages">
<h2 id="human-language-support">Human Language Support</h2>
<h3>Rock the world in 165 Languages!</h3>
<div class="container">
<div class="speech-bubble"><div contenteditable="true">김치를 먹고 싶어요</div></div>
<div class="speech-bubble"><div contenteditable="true">我想食叉燒包</div></div>
<div class="speech-bubble"><div contenteditable="true">Jeg kan godt lide at få <br>folk til at sige<br>”<em>Rødgrød med fløde</em>”</div></div>
<div class="speech-bubble"><div contenteditable="true">Το τζατζίκι πηγαίνει με τα πάντα</div></div>
</div>
<ul class="lang">
<!-- <li>Afrikaans</li><li>Aghem</li><li>Akan</li><li>Albanian</li><li>Asturian</li><li>Asu</li><li>Azerbaijani</li><li>Bafia</li><li>Bambara</li><li>Basaa</li><li>Basque</li><li>Belarusian</li><li>Bemba</li><li>Bena</li><li>Bosnian</li><li>Breton</li><li>Bulgarian</li><li>Catalan</li><li>Cebuano</li><li>Central Atlas Tamazight</li><li>Chechen</li><li>Chiga</li><li>Chinese (Simplified)</li><li>Chinese (Traditional)</li><li>Chinese (Hong Kong)</li><li>Chinese (Classical)</li><li>Colognian</li><li>Cornish</li><li>Croatian</li><li>Czech</li><li>Danish</li><li>Duala</li><li>Dutch</li><li>Embu</li><li>English</li><li>Esperanto</li><li>Estonian</li><li>Ewe</li><li>Ewondo</li><li>Faroese</li><li>Filipino</li><li>Finnish</li><li>French</li><li>Friulian</li><li>Fulah</li><li>Galician</li><li>Ganda</li><li>German</li><li>Greek</li><li>Gusii</li><li>Hausa</li><li>Hawaiian</li><li>Hungarian</li><li>Icelandic</li><li>Igbo</li><li>Inari Sami</li><li>Indonesian</li><li>Interlingua</li><li>Irish</li><li>Italian</li><li>Japanese</li><li>Javanese</li><li>Jola-Fonyi</li><li>Kabuverdianu</li><li>Kabyle</li><li>Kako</li><li>Kalaallisut</li><li>Kalenjin</li><li>Kamba</li><li>Kazakh</li><li>Kikuyu</li><li>Kinyarwanda</li><li>Korean</li><li>Koyra Chiini</li><li>Koyraboro Senni</li><li>Kurdish</li><li>Kwasio</li><li>Kyrgyz</li><li>Lakota</li><li>Langi</li><li>Latvian</li><li>Lingala</li><li>Lithuanian</li><li>Low German</li><li>Lower Sorbian</li><li>Luba-Katanga</li><li>Luo</li><li>Luxembourgish</li><li>Luyia</li><li>Macedonian</li><li>Machame</li><li>Makhuwa-Meetto</li><li>Makonde</li><li>Malagasy</li><li>Malay</li><li>Maltese</li><li>Manx</li><li>Maori</li><li>Masai</li><li>Meru</li><li>Metaʼ</li><li>Mongolian</li><li>Morisyen</li><li>Mundang</li><li>Nama</li><li>Ngiemboon</li><li>North Ndebele</li><li>Northern Sami</li><li>Norwegian Bokmål</li><li>Norwegian Nynorsk</li><li>Nuer</li><li>Nyankole</li><li>Oromo</li><li>Ossetic</li><li>Polish</li><li>Portuguese</li><li>Prussian</li><li>Quechua</li><li>Romanian</li><li>Romansh</li><li>Rombo</li><li>Rundi</li><li>Russian</li><li>Rwa</li><li>Samburu</li><li>Sango</li><li>Sangu</li><li>Scottish Gaelic</li><li>Sena</li><li>Serbian</li><li>Shambala</li><li>Shona</li><li>Slovak</li><li>Slovenian</li><li>Soga</li><li>Somali</li><li>Spanish</li><li>Swahili</li><li>Swedish</li><li>Swiss German</li><li>Tachelhit (shi_latn)</li><li>Taita</li><li>Tajik</li><li>Tasawaq</li><li>Tatar</li><li>Teso</li><li>Tongan</li><li>Turkish</li><li>Turkmen</li><li>Ukrainian</li><li>Upper Sorbian</li><li>Uzbek</li><li>Vai (vai_latn)</li><li>Vietnamese</li><li>Volapük</li><li>Vunjo</li><li>Walser</li><li>Welsh</li><li>Western Frisian</li><li>Wolof</li><li>Xhosa</li><li>Yangben</li><li>Yoruba</li><li>Zarma</li><li>Zulu</li> -->
<!-- <li>Afrikaans</li><wbr> <li>Aghem</li><wbr> <li>Akan</li><wbr> <li>Albanian</li><wbr> <li>Asturian</li><wbr> <li>Asu</li><wbr> <li>Azerbaijani</li><wbr> <li>Bafia</li><wbr> <li>Bambara</li><wbr> <li>Basaa</li><wbr> <li>Basque</li><wbr> <li>Belarusian</li><wbr> <li>Bemba</li><wbr> <li>Bena</li><wbr> <li>Bosnian</li><wbr> <li>Breton</li><wbr> <li>Bulgarian</li><wbr> <li>Catalan</li><wbr> <li>Cebuano</li><wbr> <li>Central Atlas Tamazight</li><wbr> <li>Chechen</li><wbr> <li>Chiga</li><wbr> <li>Chinese (Simplified)</li><wbr> <li>Chinese (Traditional)</li><wbr> <li>Chinese (Hong Kong)</li><wbr> <li>Chinese (Classical)</li><wbr> <li>Colognian</li><wbr> <li>Cornish</li><wbr> <li>Croatian</li><wbr> <li>Czech</li><wbr> <li>Danish</li><wbr> <li>Duala</li><wbr> <li>Dutch</li><wbr> <li>Embu</li><wbr> <li>English</li><wbr> <li>Esperanto</li><wbr> <li>Estonian</li><wbr> <li>Ewe</li><wbr> <li>Ewondo</li><wbr> <li>Faroese</li><wbr> <li>Filipino</li><wbr> <li>Finnish</li><wbr> <li>French</li><wbr> <li>Friulian</li><wbr> <li>Fulah</li><wbr> <li>Galician</li><wbr> <li>Ganda</li><wbr> <li>German</li><wbr> <li>Greek</li><wbr> <li>Gusii</li><wbr> <li>Hausa</li><wbr> <li>Hawaiian</li><wbr> <li>Hungarian</li><wbr> <li>Icelandic</li><wbr> <li>Igbo</li><wbr> <li>Inari Sami</li><wbr> <li>Indonesian</li><wbr> <li>Interlingua</li><wbr> <li>Irish</li><wbr> <li>Italian</li><wbr> <li>Japanese</li><wbr> <li>Javanese</li><wbr> <li>Jola-Fonyi</li><wbr> <li>Kabuverdianu</li><wbr> <li>Kabyle</li><wbr> <li>Kako</li><wbr> <li>Kalaallisut</li><wbr> <li>Kalenjin</li><wbr> <li>Kamba</li><wbr> <li>Kazakh</li><wbr> <li>Kikuyu</li><wbr> <li>Kinyarwanda</li><wbr> <li>Korean</li><wbr> <li>Koyra Chiini</li><wbr> <li>Koyraboro Senni</li><wbr> <li>Kurdish</li><wbr> <li>Kwasio</li><wbr> <li>Kyrgyz</li><wbr> <li>Lakota</li><wbr> <li>Langi</li><wbr> <li>Latvian</li><wbr> <li>Lingala</li><wbr> <li>Lithuanian</li><wbr> <li>Low German</li><wbr> <li>Lower Sorbian</li><wbr> <li>Luba-Katanga</li><wbr> <li>Luo</li><wbr> <li>Luxembourgish</li><wbr> <li>Luyia</li><wbr> <li>Macedonian</li><wbr> <li>Machame</li><wbr> <li>Makhuwa-Meetto</li><wbr> <li>Makonde</li><wbr> <li>Malagasy</li><wbr> <li>Malay</li><wbr> <li>Maltese</li><wbr> <li>Manx</li><wbr> <li>Maori</li><wbr> <li>Masai</li><wbr> <li>Meru</li><wbr> <li>Metaʼ</li><wbr> <li>Mongolian</li><wbr> <li>Morisyen</li><wbr> <li>Mundang</li><wbr> <li>Nama</li><wbr> <li>Ngiemboon</li><wbr> <li>North Ndebele</li><wbr> <li>Northern Sami</li><wbr> <li>Norwegian Bokmål</li><wbr> <li>Norwegian Nynorsk</li><wbr> <li>Nuer</li><wbr> <li>Nyankole</li><wbr> <li>Oromo</li><wbr> <li>Ossetic</li><wbr> <li>Polish</li><wbr> <li>Portuguese</li><wbr> <li>Prussian</li><wbr> <li>Quechua</li><wbr> <li>Romanian</li><wbr> <li>Romansh</li><wbr> <li>Rombo</li><wbr> <li>Rundi</li><wbr> <li>Russian</li><wbr> <li>Rwa</li><wbr> <li>Samburu</li><wbr> <li>Sango</li><wbr> <li>Sangu</li><wbr> <li>Scottish Gaelic</li><wbr> <li>Sena</li><wbr> <li>Serbian</li><wbr> <li>Shambala</li><wbr> <li>Shona</li><wbr> <li>Slovak</li><wbr> <li>Slovenian</li><wbr> <li>Soga</li><wbr> <li>Somali</li><wbr> <li>Spanish</li><wbr> <li>Swahili</li><wbr> <li>Swedish</li><wbr> <li>Swiss German</li><wbr> <li>Tachelhit (shi_latn)</li><wbr> <li>Taita</li><wbr> <li>Tajik</li><wbr> <li>Tasawaq</li><wbr> <li>Tatar</li><wbr> <li>Teso</li><wbr> <li>Tongan</li><wbr> <li>Turkish</li><wbr> <li>Turkmen</li><wbr> <li>Ukrainian</li><wbr> <li>Upper Sorbian</li><wbr> <li>Uzbek</li><wbr> <li>Vai (vai_latn)</li><wbr> <li>Vietnamese</li><wbr> <li>Volapük</li><wbr> <li>Vunjo</li><wbr> <li>Walser</li><wbr> <li>Welsh</li><wbr> <li>Western Frisian</li><wbr> <li>Wolof</li><wbr> <li>Xhosa</li><wbr> <li>Yangben</li><wbr> <li>Yoruba</li><wbr> <li>Zarma</li><wbr> <li>Zulu</li><wbr> -->
<li>Afrikaans</li>
<li>Aghem</li>
<li>Akan</li>
<li>Albanian</li>
<li>Asturian</li>
<li>Asu</li>
<li>Azerbaijani</li>
<li>Bafia</li>
<li>Bambara</li>
<li>Basaa</li>
<li>Basque</li>
<li>Belarusian</li>
<li>Bemba</li>
<li>Bena</li>
<li>Bosnian</li>
<li>Breton</li>
<li>Bulgarian</li>
<li>Catalan</li>
<li>Cebuano</li>
<li>Central Atlas Tamazight</li>
<li>Chechen</li>
<li>Chiga</li>
<li>Chinese (Simplified)</li>
<li>Chinese (Traditional)</li>
<li>Chinese (Hong Kong)</li>
<li>Chinese (Classical)</li>
<li>Colognian</li>
<li>Cornish</li>
<li>Croatian</li>
<li>Czech</li>
<li>Danish</li>
<li>Duala</li>
<li>Dutch</li>
<li>Embu</li>
<li>English</li>
<li>Esperanto</li>
<li>Estonian</li>
<li>Ewe</li>
<li>Ewondo</li>
<li>Faroese</li>
<li>Filipino</li>
<li>Finnish</li>
<li>French</li>
<li>Friulian</li>
<li>Fulah</li>
<li>Galician</li>
<li>Ganda</li>
<li>German</li>
<li>Greek</li>
<li>Gusii</li>
<li>Hausa</li>
<li>Hawaiian</li>
<li>Hungarian</li>
<li>Icelandic</li>
<li>Igbo</li>
<li>Inari Sami</li>
<li>Indonesian</li>
<li>Interlingua</li>
<li>Irish</li>
<li>Italian</li>
<li>Japanese</li>
<li>Javanese</li>
<li>Jola-Fonyi</li>
<li>Kabuverdianu</li>
<li>Kabyle</li>
<li>Kako</li>
<li>Kalaallisut</li>
<li>Kalenjin</li>
<li>Kamba</li>
<li>Kazakh</li>
<li>Kikuyu</li>
<li>Kinyarwanda</li>
<li>Korean</li>
<li>Koyra Chiini</li>
<li>Koyraboro Senni</li>
<li>Kurdish</li>
<li>Kwasio</li>
<li>Kyrgyz</li>
<li>Lakota</li>
<li>Langi</li>
<li>Latvian</li>
<li>Lingala</li>
<li>Lithuanian</li>
<li>Low German</li>
<li>Lower Sorbian</li>
<li>Luba-Katanga</li>
<li>Luo</li>
<li>Luxembourgish</li>
<li>Luyia</li>
<li>Macedonian</li>
<li>Machame</li>
<li>Makhuwa-Meetto</li>
<li>Makonde</li>
<li>Malagasy</li>
<li>Malay</li>
<li>Maltese</li>
<li>Manx</li>
<li>Maori</li>
<li>Masai</li>
<li>Meru</li>
<li>Metaʼ</li>
<li>Mongolian</li>
<li>Morisyen</li>
<li>Mundang</li>
<li>Nama</li>
<li>Ngiemboon</li>
<li>North Ndebele</li>
<li>Northern Sami</li>
<li>Norwegian Bokmål</li>
<li>Norwegian Nynorsk</li>
<li>Nuer</li>
<li>Nyankole</li>
<li>Oromo</li>
<li>Ossetic</li>
<li>Polish</li>
<li>Portuguese</li>
<li>Prussian</li>
<li>Quechua</li>
<li>Romanian</li>
<li>Romansh</li>
<li>Rombo</li>
<li>Rundi</li>
<li>Russian</li>
<li>Rwa</li>
<li>Samburu</li>
<li>Sango</li>
<li>Sangu</li>
<li>Scottish Gaelic</li>
<li>Sena</li>
<li>Serbian</li>
<li>Shambala</li>
<li>Shona</li>
<li>Slovak</li>
<li>Slovenian</li>
<li>Soga</li>
<li>Somali</li>
<li>Spanish</li>
<li>Swahili</li>
<li>Swedish</li>
<li>Swiss German</li>
<li>Tachelhit (shi_latn)</li>
<li>Taita</li>
<li>Tajik</li>
<li>Tasawaq</li>
<li>Tatar</li>
<li>Teso</li>
<li>Tongan</li>
<li>Turkish</li>
<li>Turkmen</li>
<li>Ukrainian</li>
<li>Upper Sorbian</li>
<li>Uzbek</li>
<li>Vai (vai_latn)</li>
<li>Vietnamese</li>
<li>Volapük</li>
<li>Vunjo</li>
<li>Walser</li>
<li>Welsh</li>
<li>Western Frisian</li>
<li>Wolof</li>
<li>Xhosa</li>
<li>Yangben</li>
<li>Yoruba</li>
<li>Zarma</li>
<li>Zulu</li>
</ul>
</section>
<hr class="center stars" style="clear: both;">
<blockquote>
<p>
A user interface is like a joke. If you have to explain it, it’s not that good.
</p>
<br/> <span class="author">— Martin Leblanc</span>
</blockquote>
<section class="characters">
<h2 id="characters">Characters</h2>
<div class="sticky">
<form id="glyphs">
<div>
<label for="weight" class="_200" onclick="xLight()">ExtraLight</label>
<input id="weight" name="weight" onpointerdown="change()" onpointermove="change()" onpointerup="change()" onclick="change()" onkeyup="change()" onkeydown="change()" type="range" min="200" max="600" step="100" value="300" list="tickmarks">
<label for="weight" class="_600" onclick="bold()">Bold</label>
</div>
<div>
<div>
<label for="size" onclick="halfRem()">0.5 rem</label>
<input id="size" name="size" onpointerdown="changer()" onpointermove="changer()" onpointerup="changer()" onclick="changer()" onkeyup="changer()" onkeydown="changer()" type="range" min=".5" max="5" step=".25" value="2" list="tickmarks">
<label for="size" onclick="fiveRem()">5 rem</label>
</div>
<div class="flex">
<label for="italic"><em>Italic</em>
<input id="italic" type="checkbox" value="italic" onclick="italicize()" name="font-style"></label>
<label for="slab" class="slab">Slab
<input id="slab" type="checkbox" value="slab" onclick="slabify()" name="font-family"></label>
</div>
</div>
<datalist id="tickmarks">
<option value="200" class="_200" label="ExtraLight"></option>
<option value="300"></option>
<option value="400" label="Regular"></option>
<option value="500"></option>
<option value="600" class="_600" label="Bold"></option>
<option value="1" label="1 rem"></option>
<option value="2" label="2 rem"></option>
<option value="3" label="3 rem"></option>
<option value="4" label="4 rem"></option>
<option value="5" label="5 rem"></option>
</datalist>
</form>
</div>
<div>
<!-- <section class="characters"></section> -->
<section>
<h3 id="latin-alphabet">Latin Alphabet</h3>
<p class="west">ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz</p>
<p class="west">1234567890‘?’“!”[#]{@}/&<-+÷×=>®©$€£¥¢:;,.*</p>
</section>
<section>
<h3 id="cyrillic-alphabet">Cyrillic Alphabet</h3>
<p class="west">АБВГДЂЕЄЖЗЅИІЈКЛЉМНЊОПРСТЋУФХЦЧЏШЩЪЫЬЭЮЯ
абвгдђеєжзѕиіјклљмнњопрстћуфхцчџшщъыьэюя</p>
</section>
<section>
<h3 id="greek-alphabet">Greek Alphabet</h3>
<p class="west">ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ
αβγδεζηθικλμνξοπρσςτυφχψω</p>
</section>
<section>
<h3 id="japanese">Japanese</h3>
<p class="east">あいうえおカキクケコさしすせそラリルレロまみむめもワヲンサシスセソ新時代のころを映すタイフ字学校村町森卵ェぃ</p>
</section>
<section>
<h3 id="chinese">Chinese</h3>
<p class="east">一二三四五六七八九十百千萬上中下左右大小春夏秋冬東金木水火土天地日月星黑白紅橙黃綠孝仁愛信義和平子曰父母兄弟夫婦君臣馬牛羊雞犬豕喜怒哀懼見聞聲貝車雨赤青言語魚鳥羽電不乃之乎人以為燕當相知石祖禮稷稻穀絲綱習老者而能讓貴身近運過非革音</p>
</section>
<section>
<h3 id="korean">Korean</h3>
<p class="east">가개갸거게겨고긔기나내냐너네녀노뇌놰뇨누뉘눼뉴느늬니다대댜더데뎌도되돼됴디라래랴러레려로뢰뢔료루튀퉤튜트틔퍼페펴포푀퐤표푸퓌풰퓨프픠해햐허헤혀호회훼휴흐희히</p>
</section>
<section>
<h3 id="programming-ligatures">programming ligatures</h3>
<p class="west"> => <= i++ i-- -> <-> != === <=> !== == >= <- ++++ && </p>
</section>
</div>
</section>
<hr class="center stars clear">
<h2 id="family-info">Family info</h2>
<h3 id="based-off-of">The Love Child of</h3>
<ul>
<li>Source Han Sans</li>
<li>Iosevka</li>
</ul>
<p>If a child can inherit nearly 100% of its traits and <em>rock it</em> flawlesly</p>
<h3 id="features">Complete Superfamily Features</h3>
<ul>
<li>Uncountably large number of glyphs</li>
<li>480 individual .tff files or 5 .ttc files
<ul>
<li>Each font contains complete Latin, Cyrillic, and Greek characters</li>
</ul>
</li>
<li>Subfamilies:
<ul>
<li>5 weights: <span class="_200">ExtraLight</span>, <span class="_300">Light</span>, Regular, <span class="_500">SemiBold</span>, <span class="_600">Bold</span></li>
<li>2 styles: <em>Italic</em>, <strong>Bold</strong></li>
</ul>
<ul>
<li>Stylistic Usage:
<ul>
<li>Mono, Slab Mono: for code editors, IDE and tables</li>
<li>UI: matching proportional sans serif for display</li>
<li>Term: for terminals, Fixed: Term with no ligatures</li>
</ul>
</li>
<li>Language Orthography:
<ul>
<li>CL: Classical Chinese</li>
<li>SC: Simplified Chinese</li>
<li>TC: Traditional Chinese</li>
<li>HC: Hong Kong Chinese</li>
<li> J: Japanese</li>
<li> K: Korean</li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- <h4 id="ideal-in-small-sizes">ideal in small sizes</h4> -->
<!-- <p>show blown-up bitmapped small size</p> -->
<blockquote>
<p>
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
</p>
<br/> <span class="author">— Martin Fowler</span>
</blockquote>
<!-- <h4 id="how-to-installuse-good-to-include">How to install/use (good to include)</h4>
<p>or refer to a link to an FAQ</p> -->
<h2 id="designers--developers-foundry-info">Designers & Developers/ foundry info</h2>
<p>Main Designer/Developer: <a href="https://typeof.net/">Belleve Invis</a></p>
<p>Published by 兆邦中国(Zhaobang China)</p>
<p>links to obtain and install</p>
<ul>
<li><a href="https://github.com/be5invis/Sarasa-Gothic">Github Repository</a></li>
<li><a href="https://www.microsoft.com/en-us/p/fF4~B1%EF%BF%BDD1%E4%BD%93/9mw0m424ncz7?SilentAuth=1&wa=wsignin1.0&activetab=pivot:overviewtab">Microsoft Store</a></li>
</ul>
</main>
<footer>
<hr class="center stars">
</footer>
<script src="sarasa.js"></script>
<script src="../prism.js"></script>
<script src="../prism-live.js"></script>
<!-- <script src="../prism-live.js?load=css,html,javascript"></script> -->
<script src="../prism-live-markup.js"></script>
<script src="../prism-live-css.js"></script>
<script src="../prism-live-javascript.js"></script>
</body>
</html>