Aplicar tema Fervon (forja)#36
Merged
Merged
Conversation
Elimina el CDN de Google Fonts (JetBrains Mono) de la landing para cumplir CSP estricta. El font-stack --mono ya cae a JetBrains Mono local o al monospace del sistema, sin pérdida visual. Completa el reskin Fervon (carbon/ember) ya aplicado en PR #35, que dejaba esta única dependencia de red externa. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Qué
Completa el reskin a la marca Fervon (forja) de la landing
website/.El reskin de paleta (carbon
#0e0b0a+ ember#ff6a00+ ámbar#ffb02e, favicon/og-cover recoloreados, footer "Parte de Fervon",theme-color, eliminación de Inter del CDN) ya está enmainvía PR #35. Quedaba una única dependencia de red externa: el<link>de Google Fonts para JetBrains Mono.Cambio
<link rel="preconnect">× 2 + el<link rel="stylesheet">defonts.googleapis.com.--mono('JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace) ya degrada con elegancia: usa JetBrains Mono local si está instalada, o el monospace del sistema. Sin pérdida visual.Verificación
grepdel directoriowebsite/: 0 referencias a CDN externos (Google Fonts/gstatic) y 0 colores fríos remanentes de la paleta antigua (morado/cyan/indigo).website/; cambio acotado a quitar 3 etiquetas<link>del<head>.Resultado: landing 100% Fervon, sin red externa, lista para CSP estricta.
🤖 Generated with Claude Code