1
0
Fork 0
forked from forgejo/forgejo

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:
silverwind 2020-12-04 16:01:47 +01:00 committed by GitHub
parent 654c480c99
commit d8c2c6cd59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 209 deletions

View file

@ -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);
}