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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user