diff --git a/index.html b/index.html index 0aafda7..22a4c9a 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ font-style: normal; font-weight: normal; src: url('./fonts/SpaceGrotesk-Regular.woff2') format('woff2'); + font-display: swap; } @font-face { @@ -18,6 +19,7 @@ font-style: normal; font-weight: bold; src: url('./fonts/SpaceGrotesk-Bold.woff2') format('woff2'); + font-display: swap; } :root { @@ -74,7 +76,7 @@ ['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }], ['u', { name: 'Duolingo', url: 'https://www.duolingo.com/learn' }], ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }], - ['x', { name: '𝕏', suggestions: ['x/dev', 'x/seerr', 'x/jellyfin', 'x/radarr', 'x/sonarr', 'x/prowlarr', 'x/bazarr', 'x/profilarr', 'x/nzbget', 'x/n8n', 'x/nginx', 'x/wg'], url: 'https://x.com/home' }], + ['x', { name: '𝕏', suggestions: ['x/dev', 'x/n8n', 'x/nginx', 'x/wg'], url: 'https://x.com/home' }], ['x/bazarr', { url: 'https://bazarr.xvyz.co' }], ['x/dev', { url: 'https://dev.xvyz.co' }], ['x/jellyfin', { url: 'https://jellyfin.xvyz.co' }], @@ -151,7 +153,7 @@ @media (min-width: 60rem) { .commands { - grid-template-columns: repeat(11, 1fr);h + grid-template-columns: repeat(11, 1fr); } } @@ -162,8 +164,8 @@