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

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-02-25 02:30:46 +0300
committerBrad Erickson <eosrei@gmail.com>2016-02-25 03:40:19 +0300
commit12a7c01a06579f99c9d4dc4e571f71a2f6658e85 (patch)
tree4caa684d7642d3db17e0d3443ca3d1abbad6bbf9
parentf68b4da412a60aaf7edf3eaffbc75f856d46509b (diff)
readme: Add Linux, OSX, Win10 screenshotsv1.0-beta
-rw-r--r--README.md11
-rw-r--r--full-demo.html7
-rw-r--r--images/demo.pngbin0 -> 472858 bytes
-rw-r--r--images/linux-chrome.pngbin0 -> 118463 bytes
-rw-r--r--images/linux-firefox.pngbin0 -> 118003 bytes
-rw-r--r--images/osx-firefox.pngbin0 -> 129753 bytes
-rw-r--r--images/osx-safari.pngbin0 -> 106643 bytes
-rw-r--r--images/win10-edge.pngbin0 -> 99557 bytes
-rw-r--r--images/win10-firefox.pngbin0 -> 138962 bytes
9 files changed, 11 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1ac0e87..bdaf609 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,6 @@ for backwards/fallback compatibility.
[3]: http://www.unicode.org/reports/tr51/#Diversity
[4]: http://www.unicode.org/reports/tr51/#Flags
-## Examples
-
## What is SVGinOT?
*SVG in Open Type* is the new standard by Adobe and Mozilla for color OpenType
and Open Font Format fonts [adopted by the W3C on January 27th 2016][5]. It
@@ -30,13 +28,16 @@ SVGinOT Demos (Firefox only):
[6]: https://www.w3.org/2013/10/SVG_in_OpenType/
[7]: https://www.microsoft.com/typography/otspec/svg.htm
+## Examples
+![Firefox color emoji in Linux, OS X, and Firefox](images/demo.png?raw=true)
+
## Usage - Linux
The font can be installed and set as the default Emoji font system wide.
1. Store the font file in your `~/.fonts/` directory.
2. Create a font config directory:
```sh
-mkdir -p `~/.config/fontconfig/`
+mkdir -p ~/.config/fontconfig/
```
3. Override your default by creating a `fonts.conf`:
@@ -82,7 +83,7 @@ sudo mv Apple\ Color\ Emoji.ttf Apple\ Color\ Emoji.ttf-old
*Reiterating: Only FireFox supports the color emoji for now. Safari and Chrome
will use the fallback black and white emoji.*
-## Usage - Microsoft Windows 10
+## Usage - Windows 10
The font installs like any other font and can be specifically selected, but
the system will default to the `Segoe UI Emoji` font.
@@ -116,7 +117,7 @@ Or faster with multiple builds: `'make -j 4`
*I am happy with the resulting glyphs, but if you have ideas about making
them look even better let me know! I am not a font building professional and
-only recently learned how to do all of this. So, it may be terribly wrong.* 😋
+only recently learned how to do all of this.* 😋
## Licenses
diff --git a/full-demo.html b/full-demo.html
index 1df8f6f..6c8dffe 100644
--- a/full-demo.html
+++ b/full-demo.html
@@ -10,15 +10,18 @@
.embiggen {
font-size: 3em;
}
+ strong {
+ font-size: .5em;
+ }
</style>
</head>
<body>
<div>
<p>
- <strong>Full set of color Unicode emoji supported by the
+ <h2>Full set of color Unicode emoji supported by the
<a href="https://github.com/eosrei/EmojiOne-Color-Font">Emoji One Color SVG-in-OpenType font.</a>
- </strong>
+ </h2>
</p>
<p>This will only show the <em>Emoji One Color</em> icons if you have the font
diff --git a/images/demo.png b/images/demo.png
new file mode 100644
index 0000000..b66e043
--- /dev/null
+++ b/images/demo.png
Binary files differ
diff --git a/images/linux-chrome.png b/images/linux-chrome.png
new file mode 100644
index 0000000..a2d5256
--- /dev/null
+++ b/images/linux-chrome.png
Binary files differ
diff --git a/images/linux-firefox.png b/images/linux-firefox.png
new file mode 100644
index 0000000..827f991
--- /dev/null
+++ b/images/linux-firefox.png
Binary files differ
diff --git a/images/osx-firefox.png b/images/osx-firefox.png
new file mode 100644
index 0000000..499b9ca
--- /dev/null
+++ b/images/osx-firefox.png
Binary files differ
diff --git a/images/osx-safari.png b/images/osx-safari.png
new file mode 100644
index 0000000..b6bcdb5
--- /dev/null
+++ b/images/osx-safari.png
Binary files differ
diff --git a/images/win10-edge.png b/images/win10-edge.png
new file mode 100644
index 0000000..d6eaf9a
--- /dev/null
+++ b/images/win10-edge.png
Binary files differ
diff --git a/images/win10-firefox.png b/images/win10-firefox.png
new file mode 100644
index 0000000..6cbd663
--- /dev/null
+++ b/images/win10-firefox.png
Binary files differ