corrected display of flags

This commit is contained in:
coolcoala
2025-07-11 20:18:33 +03:00
parent f04e707b10
commit e1968891ac
2 changed files with 1 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ body {
margin: 0;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, "twemoji mozilla";
-webkit-font-smoothing: antialiased;
user-select: none;

View File

@@ -1,11 +1,6 @@
@import "tailwindcss";
@import "tw-animate-css";
@font-face {
font-family: "twemoji mozilla";
src: url("./assets/fonts/Twemoji.Mozilla.ttf");
}
@variant dark .dark &;
@theme inline {
@@ -79,7 +74,6 @@
--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: "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 {