Sustituir Italiana por fuente del sistema (system-ui/Segoe UI)
La fuente Italiana era demasiado fina y difícil de leer. Reemplazada por la pila de fuentes del sistema en body, botones, chips de redes, sublabels e input de email. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f6193e8794
commit
7507b3b8e3
1 changed files with 12 additions and 11 deletions
|
|
@ -70,14 +70,13 @@
|
||||||
html { scroll-behavior: smooth; }
|
html { scroll-behavior: smooth; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Italiana', 'Georgia', serif;
|
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||||
font-size: 1.08rem;
|
font-size: 1.05rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Títulos con Recion ── */
|
/* ── Títulos con Recion ── */
|
||||||
|
|
@ -641,9 +640,10 @@ a:hover { color: var(--caoba-mid); text-decoration: underline; }
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0.8rem 1.8rem;
|
padding: 0.8rem 1.8rem;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
font-family: 'Italiana', 'Georgia', serif;
|
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
|
||||||
font-size: 1.15rem;
|
font-size: 1.05rem;
|
||||||
letter-spacing: 0.04em;
|
font-weight: 500;
|
||||||
|
letter-spacing: 0.02em;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
background: var(--surface);
|
background: var(--surface);
|
||||||
border: 1.5px solid var(--border);
|
border: 1.5px solid var(--border);
|
||||||
|
|
@ -727,8 +727,8 @@ a:hover { color: var(--caoba-mid); text-decoration: underline; }
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: var(--shadow-sm);
|
box-shadow: var(--shadow-sm);
|
||||||
transition: border-color 150ms ease, box-shadow 150ms ease;
|
transition: border-color 150ms ease, box-shadow 150ms ease;
|
||||||
font-family: 'Italiana', 'Georgia', serif;
|
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
|
||||||
letter-spacing: 0.03em;
|
letter-spacing: 0.01em;
|
||||||
}
|
}
|
||||||
.email-input:focus {
|
.email-input:focus {
|
||||||
border-color: var(--caoba);
|
border-color: var(--caoba);
|
||||||
|
|
@ -748,8 +748,9 @@ a:hover { color: var(--caoba-mid); text-decoration: underline; }
|
||||||
.networks-section { margin-bottom: 2rem; }
|
.networks-section { margin-bottom: 2rem; }
|
||||||
|
|
||||||
.networks-sublabel {
|
.networks-sublabel {
|
||||||
font-family: 'Italiana', 'Georgia', serif;
|
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
|
||||||
font-size: 0.88rem;
|
font-size: 0.78rem;
|
||||||
|
font-weight: 600;
|
||||||
letter-spacing: 0.08em;
|
letter-spacing: 0.08em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue