Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Commit

Permalink
readme: Add Linux, OSX, Win10 screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
13rac1 committed Feb 25, 2016
1 parent f68b4da commit 12a7c01
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
7 changes: 5 additions & 2 deletions full-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added images/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/linux-chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/linux-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/osx-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/osx-safari.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/win10-edge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/win10-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12a7c01

Please sign in to comment.