From a2b615238ace5804ec0e926374edd6214bafab31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sat, 4 May 2024 13:26:45 +0100 Subject: [PATCH] (Temporary?) emoji fix --- build/archive.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/archive.css b/build/archive.css index b499777..a6cc133 100644 --- a/build/archive.css +++ b/build/archive.css @@ -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; +}