atproto explorer

switch to inter v4

+6 -1
+5
index.html
··· 10 10 <meta property="og:description" content="Browse and manage atproto repositories" /> 11 11 <meta property="description" content="Browse and manage atproto repositories" /> 12 12 <title>PDSls</title> 13 + <link rel="preconnect" href="https://rsms.me/" /> 14 + <link rel="stylesheet" href="https://rsms.me/inter/inter.css" /> 15 + <link rel="preconnect" href="https://fonts.bunny.net" /> 16 + <link href="https://fonts.bunny.net/css?family=roboto-mono:400" rel="stylesheet" /> 17 + <link href="https://fonts.bunny.net/css?family=roboto-mono:700" rel="stylesheet" /> 13 18 <script> 14 19 if ( 15 20 localStorage.theme === "dark" ||
+1 -1
uno.config.ts
··· 5 5 presetIcons(), 6 6 presetWind4(), 7 7 presetWebFonts({ 8 - provider: "bunny", 8 + provider: "none", 9 9 fonts: { 10 10 sans: "Inter:400,600,700", 11 11 mono: "Roboto Mono:400,700",