apple emoji in linux
This commit is contained in:
parent
e4d6203ef4
commit
776aaff8fc
22
content/posts/2023/linux/apple-emoji.md
Normal file
22
content/posts/2023/linux/apple-emoji.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user