another attempt to fix emoji display on windows

This commit is contained in:
coolcoala
2025-07-11 04:58:53 +03:00
parent 87ee07d481
commit f604416532

View File

@@ -1,6 +1,11 @@
@import "tailwindcss";
@import "tw-animate-css";
@font-face {
font-family: "twemoji mozilla";
src: url("./assets/fonts/Twemoji.Mozilla.ttf");
}
@variant dark .dark &;
@theme inline {
@@ -74,7 +79,7 @@
--sidebar-accent-foreground: oklch(0.208 0.042 265.755);
--sidebar-border: oklch(0.929 0.013 255.508);
--sidebar-ring: oklch(0.704 0.04 256.788);
--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-sans: "twemoji mozilla", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.dark {