Skip to content

Commit

Permalink
Merge pull request #65 from win98se/master
Browse files Browse the repository at this point in the history
Update to Twemoji 14.0.1 (Emoji 14.0)
  • Loading branch information
jfkthame authored Oct 27, 2022
2 parents 93dffc7 + 3947967 commit ed09686
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The resulting font can be found at `build/Twemoji Mozilla.ttf`.

You would need to ensure the glyph layers are converted correctly by running our test suite.

1. Start a localhost server at the working directory. You can do that by running `python -m SimpleHTTPServer 28009`.
1. Start a localhost server at the working directory. You can do that by running `python3 -m http.server 28009`.
2. Navigate to `http://localhost:28009/tests/` with Firefox.
3. Ensure you can see the Twemoji smiling face on the title (indicated the web font is loaded), hit "Test all".
4. Give it a few minutes to compare all glyphs.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ if they try to use this font.

## Getting started

This project makes use of [grunt-webfont](https://github.com/sapegin/grunt-webfont)
This project makes use of [grunt-webfonts](https://github.com/L2jLiga/grunt-webfonts)
and an additional [node.js](https://nodejs.org/en/) script.
Therefore, installation of Node.js (and its package manager [npm](https://www.npmjs.com/)) is a prerequisite.
Grunt will be installed as a package dependency — no need to install it globally.

The necessary tools can be installed via npm:

# install dependencies from packages.json, including `grunt-webfont`.
# install dependencies from packages.json, including `grunt-webfonts`.
npm install

The build process also requires [fontforge](https://fontforge.github.io/)
Expand All @@ -32,7 +32,7 @@ Both FontForge and font-tools can be installed via `homebrew` on OS X, or packag
brew install fonttools fontforge

# Ubuntu, for example
sudo apt-get install fonttools fontforge python-fontforge
sudo apt install fonttools fontforge python3-fontforge

## Building the font

Expand Down
1 change: 1 addition & 0 deletions overrides/1faa9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-webfonts": "^3.0.1",
"grunt-webfonts": "^4.0.2",
"load-grunt-tasks": "^5.1.0",
"rmdir": "^1.2.0",
"unzip": "^0.1.11",
Expand All @@ -33,13 +33,13 @@
],
"homepage": "https://github.com/mozilla/twemoji-colr#readme",
"devDependencies": {
"emojibase-data": "^6.2.0",
"resemblejs": "^4.0.0"
"emojibase-data": "^7.0.1",
"resemblejs": "^4.1.0"
},
"scripts": {
"grunt": "grunt"
},
"resolutions": {
"graceful-fs": "^4.2.4"
"graceful-fs": "^4.2.9"
}
}
Binary file modified twe-svg.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion twe-svg.zip.version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Zipped copy of the assets/svg directory from https://github.com/twitter/twemoji/archive/v13.1.0.zip
Zipped copy of the v/14.0.1/svg directory from https://github.com/twitter/twemoji/archive/refs/heads/gh-pages.zip

0 comments on commit ed09686

Please sign in to comment.