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:
parent
654c480c99
commit
d8c2c6cd59
4 changed files with 4 additions and 209 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue