diff --git a/chatgpt-to-claude/src/styles/global.css b/chatgpt-to-claude/src/styles/global.css index 82cd923bf..96bc0b418 100644 --- a/chatgpt-to-claude/src/styles/global.css +++ b/chatgpt-to-claude/src/styles/global.css @@ -1,23 +1,7 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 100 900; - font-display: swap; - src: url("https://fonts.gstatic.com/s/inter/v21/UcCo3FwrK3iLTcviYwY.woff2") - format("woff2"); -} - -@font-face { - font-family: "JetBrains Mono"; - font-style: normal; - font-weight: 400 700; - font-display: swap; - src: url("https://fonts.gstatic.com/s/jetbrainsmono/v21/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.woff2") - format("woff2"); -} +/* Fonts loaded via Google Fonts in BaseHead.astro */ @theme { --color-primary: #6366f1; diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 3a56a580b..95aabc8e3 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ