Skip to content

font-variant-emoji: emoji #416

@smelamud

Description

@smelamud

font-variant-emoji: emoji when applied to the editor makes all emojis displayed as emojis and not as text. For example, "heart" is displayed as a large red heart and not as a small black heart.

.rich-text-editor TEXTAREA, .rich-text-editor .visual-text-area {
    font-variant-emoji: emoji;
}

But in some browsers this style causes numbers being displayed with huge spaces between them. So it is better to wait with this change until all browsers will implement it properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clientRelated to Moera clientenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions