Blog/content/posts/2023/linux/apple-emoji.md

23 lines
618 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "🙃 Установка Apple Emoji в Linux"
date: 2023-01-22T18:48:41+03:00
draft: false
tags: [linux, tips]
---
## Шрифт
Emoji читаются из шрифтов, очевидно же :)
На GitHub есть репозиторий
[samuelngs/apple-emoji-linux](https://github.com/samuelngs/apple-emoji-linux).
Необходимо скачать шрифт `AppleColorEmoji.ttf`
и положить его в `~/.local/share/fonts` или `~/.fonts`.
Далее нужно очистить кэш шрифтов и перезапустить приложения.
```sh
fc-cache -f -v
```