fix emoji position
This commit is contained in:
parent
2bd2a9d2c4
commit
2cac2fc425
@ -8,7 +8,7 @@
|
||||
}
|
||||
/*@font-face {
|
||||
font-family: "OpenMojiDemoFont";
|
||||
src: url("OpenMoji-color-colr1_svg.woff2") format("woff2");
|
||||
src: url("./fonts/OpenMoji/OpenMoji-color-colr1_svg.woff2") format("woff2");
|
||||
}*/
|
||||
@font-face {
|
||||
font-family: "Twemoji Mozilla Built";
|
||||
@ -41,7 +41,7 @@ h1,h2,h3,h4,h5 {
|
||||
font-style: normal;
|
||||
}
|
||||
.emoji:after {
|
||||
font-variant-emoji: emoji; /* experimental and only in firefox :( */
|
||||
font-variant-emoji: emoji; /* experimental feature and only in firefox :( */
|
||||
content: '\FE0F'; /* fuck off, give me emoji // https://codepoints.net/U+FE0F */
|
||||
}
|
||||
.emoji.Twemoji {
|
||||
@ -51,17 +51,22 @@ h1,h2,h3,h4,h5 {
|
||||
.emoji.Noto {
|
||||
font-family: "Noto Color Emoji", sans-serif;
|
||||
font-size: 14px;
|
||||
/*vertical-align: top;*/
|
||||
position: relative;
|
||||
left: -1px;
|
||||
}
|
||||
.emoji.OpenMoji {
|
||||
font-family: "OpenMojiDemoFont", sans-serif;
|
||||
font-size: 17px;
|
||||
position: relative;
|
||||
left: -1px;
|
||||
left: -2px;
|
||||
color: #888; /* fix outline */
|
||||
}
|
||||
.emoji.OpenMoji + .text-left-margin {
|
||||
margin-left: 0;
|
||||
}
|
||||
.emoji.Noto + .text-left-margin {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.emoji.Noto + .emoji.Noto {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user