(Temporary?) emoji fix

master
trémeur 8 months ago
parent 90ffc675fa
commit a2b615238a

@ -60,7 +60,7 @@ body {
background: rgb(185,106,106);
background: radial-gradient(circle, rgba(185,106,106,1) 0%, rgba(236,197,197,1) 100%);
background-attachment: fixed;
font-family: "Merriweather", serif, "Noto Color Emoji";
font-family: "Merriweather", serif;
}
body, a, a:visited {
@ -180,6 +180,7 @@ div.fic li.warnings i {
div.fic ul.ficlinks li a.locked::before {
content:"🔒";
font-family: none;
}
div.fic ul.ficlinks.french::before {
@ -381,3 +382,7 @@ iframe {
width: 99%;
border: 2px solid rgb(99, 44, 44);
}
span.emoji {
font-family: none;
}

Loading…
Cancel
Save