Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mini-demo.html - github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a44072ad0712a8fa7b19c9da20e6109876150f9 (plain)
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta charset="UTF-8" />
  <style>
  body {
    font-size: 1em;
    font-family: "EmojiOne Color", sans-serif;
  }
  .embiggen {
    font-size: 3em;
  }
  </style>
</head>
<body>

<div>
<p>
  <strong>Demo set of color Unicode emoji supported by the
    <a href="https://github.com/eosrei/EmojiOne-Color-Font">EmojiOne Color SVG-in-OpenType font.</a>
  </strong>
</p>
</div>

<div class="embiggen">
๐Ÿ˜€ ๐Ÿ˜Ž ๐Ÿค– ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ ๐Ÿ‘ฆ๐Ÿป ๐Ÿ‘ง๐Ÿป ๐Ÿ‘จ๐Ÿป ๐Ÿ‘ฉ๐Ÿป ๐Ÿ‘ฆ๐Ÿผ ๐Ÿ‘ง๐Ÿผ ๐Ÿ‘จ๐Ÿผ ๐Ÿ‘ฉ๐Ÿผ<br/>
๐Ÿ‘ฆ๐Ÿฝ ๐Ÿ‘ง๐Ÿฝ ๐Ÿ‘จ๐Ÿฝ ๐Ÿ‘ฉ๐Ÿฝ ๐Ÿ‘ฆ๐Ÿพ ๐Ÿ‘ง๐Ÿพ ๐Ÿ‘จ๐Ÿพ ๐Ÿ‘ฉ๐Ÿพ ๐Ÿ‘ฆ๐Ÿฟ ๐Ÿ‘ง๐Ÿฟ ๐Ÿ‘จ๐Ÿฟ ๐Ÿ‘ฉ๐Ÿฟ<br/>
๐Ÿฑ ๐Ÿถ ๐ŸŒ ๐ŸŒŽ ๐Ÿ• ๐Ÿฒ ๐Ÿซ ๐Ÿป โšฝ๏ธ ๐Ÿ€ ๐Ÿˆ โšพ๏ธ<br/>
๐ŸŒˆ ๐Ÿฏ ๐Ÿ—ฝ ๐Ÿš† ๐Ÿ“ฑ ๐ŸŽ‰ ๐Ÿ—“ ๐Ÿ’ธ ๐Ÿ‡ซ ๐Ÿ‡ด ๐Ÿ‡ณ ๐Ÿ‡น<br/>
๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ง๐Ÿ‡ท ๐Ÿ‡ฒ๐Ÿ‡น ๐Ÿ‡ธ๐Ÿ‡ช ๐Ÿ‡ณ๐Ÿ‡ฌ ๐Ÿ‡ฐ๐Ÿ‡ญ ๐Ÿ‡ญ๐Ÿ‡ท ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿ‡ณ๐Ÿ‡ฟ ๐Ÿ‡ช๐Ÿ‡ฌ ๐Ÿ‡ซ๐Ÿ‡ฎ ๐Ÿ‡จ๐Ÿ‡ณ<br/>
</div>
<div>
  <p>This will only show the <em>EmojiOne Color</em> font icons if you have the
  font correctly installed. Please refer to the install instructions in the
  README.md file for details regarding your specific operating system.</p>
</div>


</body>
</html>