-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
introGood first ticket.Good first ticket.package:emojisquad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:improvementThis issue reports a possible enhancement of an existing feature.This issue reports a possible enhancement of an existing feature.
Milestone
Description
📝 Provide a description of the improvement
Loud thinking: shouldn't we set the
font-face
definition in the following elements?
const container = document.createElement( 'div' );
ctx.font = textSize + 'px Arial, Sans-Serif'; I think, if somebody uses a fallback font, we should also use it when filtering the available symbols.
Perhaps it can be moved as a follow up issue.
Originally posted by @pomek in #18025 (comment)
In other words, a user can define a fallback font that adds emojis even if they are not supported on some clients.
We must take care of it when filtering available emojis.
Metadata
Metadata
Assignees
Labels
introGood first ticket.Good first ticket.package:emojisquad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:improvementThis issue reports a possible enhancement of an existing feature.This issue reports a possible enhancement of an existing feature.