fix: avoid broken font and speed up backlog overview
This commit is contained in:
parent
38e4bbea7f
commit
d92c817e7b
4 changed files with 44 additions and 2164 deletions
|
|
@ -19,13 +19,7 @@
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrainsMonoVariable";
|
||||
src: url("/fonts/JetBrainsMono-VariableFont_wght.ttf") format("truetype");
|
||||
font-weight: 100 800;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
/* JetBrains Mono agora depende das fontes do sistema para evitar carregar um arquivo corrompido */
|
||||
|
||||
@theme inline {
|
||||
--color-background: var(--background);
|
||||
|
|
@ -106,7 +100,7 @@
|
|||
--sidebar-ring: #00d6eb;
|
||||
--destructive-foreground: oklch(1 0 0);
|
||||
--font-geist-sans: "InterVariable", "Inter", sans-serif;
|
||||
--font-geist-mono: "JetBrainsMonoVariable", "JetBrains Mono", monospace;
|
||||
--font-geist-mono: "JetBrains Mono", "Fira Code", "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue