fix(ory): enable MFA methods, fix font URL, clean up login-ui

Enable TOTP, WebAuthn, and lookup secret MFA methods in Kratos config.
Fix Monaspace Neon font CDN URL in Gitea theme ConfigMap. Remove
redundant Google Fonts preconnect from people-frontend nginx config.
Delete unused login-ui-deployment.yaml (login-ui is part of the Ory
Helm chart, not a standalone deployment).
This commit is contained in:
2026-03-18 18:36:15 +00:00
parent 3c7460f4a6
commit b9d9ad72fe
4 changed files with 28 additions and 67 deletions

View File

@@ -21,7 +21,7 @@ data:
/* Monaspace Neon Variable (code font) — from jsDelivr */
@font-face {
font-family: 'Monaspace Neon';
src: url('https://cdn.jsdelivr.net/npm/@github/monaspace@1.101/dist/fonts/variable/MonaspaceNeonVarVF[wght,slnt].woff2') format('woff2');
src: url('https://cdn.jsdelivr.net/gh/githubnext/monaspace@v1.101/fonts/webfonts/MonaspaceNeonVarVF%5Bwght%2Cwdth%2Cslnt%5D.woff2') format('woff2');
font-weight: 200 800;
font-style: oblique 0deg 10deg;
font-display: swap;