mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
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.
This commit is contained in:
@@ -132,14 +132,6 @@
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Noto Color Emoji";
|
||||
src:
|
||||
local("Noto Color Emoji"),
|
||||
local("Noto-Color-Emoji"),
|
||||
url("../fonts/noto-color-emoji/NotoColorEmoji.ttf") format("truetype");
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: var(--fonts-regular);
|
||||
}
|
||||
|
Reference in New Issue
Block a user