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
AgeCommit message (Collapse)Author
2016-06-23svg: Add Power SymbolsBrad Erickson
Adds the Unicode 9.0 Power Symbol glyphs. They aren't emoji, but should be supported anyway. Details: http://unicodepowersymbol.com/
2016-06-10build/readme: Rename "Emoji One" to "EmojiOne"Brad Erickson
Ranks Inc. rebranded to remove the space in the title.
2016-06-10svg: Remove all twemoji graphics and detailsBrad Erickson
EmojiOne V2.2.0 now includes all graphics required to create a font so the Twitter Emoji for Everyone graphics, license, and build details can be deleted.
2016-06-08build: Update emoji SVG transformBrad Erickson
Requires SCFBuild V1.0.3 due to the SVG transform moving from the <svg> tag to a new <g> group containing everything. Details: https://github.com/eosrei/scfbuild/issues/4
2016-06-04build: Remove now-calculated SVG transformBrad Erickson
2016-03-21build: Add space width equal to DejaVu/Vera SansBrad Erickson
Requires Bitstream Vera as the default serif, sans-serif, and monospace font family since it contains no emoji characters. Any other emoji-less font can be used, but most systems include Bitstream Vera so it is used here as the example default. Noto works well except primarily for 0x2639 and 0x263a. See fonts.conf example: fontconfig/user-bitstream-vera-fonts.conf Workaround fix for #2 Related to #17
2016-03-11makefile: Build both versions and package to zipsBrad Erickson
2016-03-11make: Reduce color SVG file size with SVGOBrad Erickson
2016-03-11readme: Move license information to LICENSE.mdBrad Erickson
Closes #13
2016-03-11yml: Translate glyphs (0, +150) to fix alignmentBrad Erickson
Requires scfbuild v1.0.1+ Fixes #3
2016-02-25readme: Add OS X and Windows 10 install detailsBrad Erickson
2016-02-24yaml: Add OSX specific build variantBrad Erickson
Use the same postscript name as the Apple Color Emoji font to override it. http://www.macissues.com/2014/11/21/how-to-change-the-default-system-font-in-mac-os-x/
2016-02-24make: Update to new CLI args and add YAML confBrad Erickson