Skip to content

Commit

Permalink
Upgrade twemoji font to support twemoji v15.1.0 (#2202)
Browse files Browse the repository at this point in the history
* Upgrade twemoji font to support twemoji v15.1.0

* bump emojibase deps to v15
  • Loading branch information
kfiven authored Feb 15, 2025
1 parent ae88480 commit 2444a60
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dateformat": "5.0.3",
"dayjs": "1.11.10",
"domhandler": "5.0.3",
"emojibase": "6.1.0",
"emojibase-data": "7.0.1",
"emojibase": "15.3.1",
"emojibase-data": "15.3.2",
"file-saver": "2.0.5",
"flux": "4.0.3",
"focus-trap-react": "10.0.2",
Expand Down
Binary file removed public/font/Twemoji.Mozilla.v.7.0.woff2
Binary file not shown.
Binary file removed public/font/Twemoji.Mozilla.v0.7.0.ttf
Binary file not shown.
Binary file added public/font/Twemoji.Mozilla.v15.1.0.ttf
Binary file not shown.
Binary file added public/font/Twemoji.Mozilla.v15.1.0.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

@font-face {
font-family: Twemoji;
src: url('../public/font/Twemoji.Mozilla.v.7.0.woff2'),
url('../public/font/Twemoji.Mozilla.v0.7.0.ttf');
src: url('../public/font/Twemoji.Mozilla.v15.1.0.woff2'),
url('../public/font/Twemoji.Mozilla.v15.1.0.ttf');
font-display: swap;
}

Expand Down

0 comments on commit 2444a60

Please sign in to comment.