this should prevent emoji from being italics
All checks were successful
/ weblog.lol (push) Successful in 9s
All checks were successful
/ weblog.lol (push) Successful in 9s
This commit is contained in:
parent
2e2df298eb
commit
f9c959bd9d
1 changed files with 2 additions and 1 deletions
|
@ -140,11 +140,12 @@ iframe {
|
|||
display: inline-block;
|
||||
font-size: 2em;
|
||||
min-width: 1em;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[data-emoji]::before {
|
||||
content: attr(data-emoji);
|
||||
font-style: none;
|
||||
font-stye: normal;
|
||||
}
|
||||
|
||||
[data-emoji='{emoji}'] {
|
||||
|
|
Loading…
Reference in a new issue