diff options
author | silverwind <me@silverwind.io> | 2020-12-04 16:01:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 16:01:47 +0100 |
commit | d8c2c6cd59f3d38fcad9925fede4045c17975182 (patch) | |
tree | 0200d699b9eb4cc6c6a4e24575b0bd732491fce1 /docs/content/doc/help | |
parent | 654c480c994586cd8b30a785acd27ea629d403fe (diff) | |
download | gitea-d8c2c6cd59f3d38fcad9925fede4045c17975182.tar.gz gitea-d8c2c6cd59f3d38fcad9925fede4045c17975182.zip |
Remove Noto Color Emoji fallback (#13838)
It's causing browser errors logged in Firefox under certain
circumstances, and I think we're better off recommending Linux users to
install a proper emoji font into their system.
Diffstat (limited to 'docs/content/doc/help')
-rw-r--r-- | docs/content/doc/help/faq.en-us.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index 2004363ad0..eb8efcd429 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -336,3 +336,7 @@ for the database_name and run `ALTER TABLE table_name CONVERT TO CHARACTER SET u for each table in the database. You will also need to change the app.ini database charset to `CHARSET=utf8mb4`. + +## Why are Emoji displaying only as placeholders or in monochrome + +Gitea requires the system or browser to have one of the supported Emoji fonts installed, which are Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji and Twemoji Mozilla. Generally, the operating system should already provide one of these fonts, but especially on Linux, it may be necessary to install them manually. |