@@ -86,11 +86,11 @@ want to try them. Primary issues are the 0x2639 and 0x263a characters.
86
86
Install for the current user without root:
87
87
``` sh
88
88
# 1. Download the latest version
89
- wget https://github.com/eosrei/twemoji-color-font/releases/download/v12 .0.1/TwitterColorEmoji-SVGinOT-Linux-12 .0.1.tar.gz
89
+ wget https://github.com/eosrei/twemoji-color-font/releases/download/v13 .0.1/TwitterColorEmoji-SVGinOT-Linux-13 .0.1.tar.gz
90
90
# 2. Uncompress the file
91
- tar zxf TwitterColorEmoji-SVGinOT-Linux-12 .0.1.tar.gz
91
+ tar zxf TwitterColorEmoji-SVGinOT-Linux-13 .0.1.tar.gz
92
92
# 3. Run the installer
93
- cd TwitterColorEmoji-SVGinOT-Linux-12 .0.1
93
+ cd TwitterColorEmoji-SVGinOT-Linux-13 .0.1
94
94
./install.sh
95
95
```
96
96
@@ -125,10 +125,10 @@ emerge twemoji-color-font
125
125
Both SVGinOT versions are available from releases:
126
126
https://github.com/eosrei/twemoji-color-font/releases
127
127
128
- 1 . ` TwitterColorEmoji-SVGinOT-12 .0.1.zip ` - The regular version of the font
128
+ 1 . ` TwitterColorEmoji-SVGinOT-13 .0.1.zip ` - The regular version of the font
129
129
installs like any other font and can be specifically selected, but OS X will
130
130
default to the ` Apple Color Emoji ` font for emojis.
131
- 2 . ` TwitterColorEmoji-SVGinOT-OSX-12 .0.1.zip ` - A hack to replace the `Apple
131
+ 2 . ` TwitterColorEmoji-SVGinOT-OSX-13 .0.1.zip ` - A hack to replace the `Apple
132
132
Color Emoji` font by [ using the same internal name] [ 12 ] . Install and accept
133
133
the warning in Font Book.
134
134
@@ -156,7 +156,7 @@ from releases: https://github.com/eosrei/twemoji-color-font/releases
156
156
The regular version of the font installs like any other font and can be
157
157
specifically selected, but Windows will default to the ` Segoe UI Emoji `
158
158
font for emoji characters. Download:
159
- https://github.com/eosrei/twemoji-color-font/releases/download/v12 .0.1/TwitterColorEmoji-SVGinOT-12 .0.1.zip
159
+ https://github.com/eosrei/twemoji-color-font/releases/download/v13 .0.1/TwitterColorEmoji-SVGinOT-13 .0.1.zip
160
160
161
161
### Replace the default Windows emoji fonts
162
162
@@ -171,7 +171,7 @@ install script requires both [Python][16] and pip in the PATH.
171
171
1 . Download the most recent Python 3 for Windows: https://www.python.org/downloads/windows/
172
172
2 . Start the installer, select "Add Python 3.6 to PATH", finish the install process, then reboot.
173
173
3 . Download Twitter Color Emoji Windows package from releases:
174
- https://github.com/eosrei/twemoji-color-font/releases/download/v12 .0.1/TwitterColorEmoji-SVGinOT-Win-12 .0.1.zip
174
+ https://github.com/eosrei/twemoji-color-font/releases/download/v13 .0.1/TwitterColorEmoji-SVGinOT-Win-13 .0.1.zip
175
175
4 . Uncompress the file.
176
176
5 . Open the new TwitterColorEmoji directory.
177
177
6 . Run install.cmd. * Note: This will take some time.*
@@ -192,6 +192,7 @@ are also included in the release files.
192
192
[ 18 ] :linux/uninstall.sh
193
193
194
194
## Building
195
+
195
196
Overview:
196
197
197
198
1 . B&W SVGs are generated on-the-fly from the color SVGs
@@ -201,26 +202,26 @@ Overview:
201
202
202
203
Requires:
203
204
204
- * Inkscape
205
+ * Inkscape 1.0+
205
206
* Imagemagick
206
207
* potrace/mkbitmap
207
- * FontTools 3.0 +
208
- * FontForge 20160405 +
208
+ * FontTools 4.14 +
209
+ * FontForge 20190801 +
209
210
* SVGO
210
211
* make
211
212
* [ SCFBuild] [ 13 ] * (Created for this project!)*
212
213
213
214
[ 13 ] : https://github.com/13rac1/scfbuild
214
215
215
- Setup and build on Ubuntu 18 .04 LTS:
216
+ Setup and build on Ubuntu 20 .04 LTS:
216
217
217
218
``` sh
218
219
sudo apt-get update
219
220
sudo apt-get install inkscape potrace npm nodejs fontforge \
220
- devscripts python -fontforge python -pip python -yaml imagemagick \
221
+ devscripts python3 -fontforge python3 -pip python3 -yaml imagemagick \
221
222
git make debhelper build-essential
222
223
sudo npm install -g svgo
223
- sudo pip install fonttools
224
+ sudo pip3 install fonttools
224
225
git clone https://github.com/eosrei/twemoji-color-font.git
225
226
cd twemoji-color-font
226
227
git clone https://github.com/13rac1/scfbuild.git SCFBuild
0 commit comments