diff --git a/wwwroot/css/style.css b/wwwroot/css/style.css index 1775a59..fc45874 100644 --- a/wwwroot/css/style.css +++ b/wwwroot/css/style.css @@ -3,7 +3,7 @@ @import url(../vendor/type.css); -.animated[data-emoji|="🫥"] { content: url(https://flumoji.pages.dev/emoji/1fae5/animated.png); } +.animated[data-emoji|="🫥"] { content: url(/vendor/fluent-emoji/1fae5/animated.png); } :root { diff --git a/wwwroot/vendor/fluent-emoji/1fae5/animated.png b/wwwroot/vendor/fluent-emoji/1fae5/animated.png new file mode 100644 index 0000000..af6effc Binary files /dev/null and b/wwwroot/vendor/fluent-emoji/1fae5/animated.png differ