iftrace: soften typography and tighten layout
This commit is contained in:
parent
9aa20de0e7
commit
8d3610b5d8
1 changed files with 9 additions and 6 deletions
|
|
@ -46,6 +46,8 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
@ -1255,10 +1257,11 @@ body.home--sig a.sigAction--primary {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
font-family: var(--font-sans);
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
color: rgba(226, 232, 240, 0.70);
|
color: rgba(226, 232, 240, 0.70);
|
||||||
letter-spacing: 0.01em;
|
letter-spacing: 0.12em;
|
||||||
|
text-transform: uppercase;
|
||||||
margin: 0 0 18px;
|
margin: 0 0 18px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
@ -1306,8 +1309,8 @@ body.home--sig a.sigAction--primary {
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
font-size: clamp(44px, 6vw, 78px);
|
font-size: clamp(44px, 6vw, 78px);
|
||||||
line-height: 1.02;
|
line-height: 1.02;
|
||||||
letter-spacing: -0.024em;
|
letter-spacing: -0.02em;
|
||||||
font-weight: 760;
|
font-weight: 720;
|
||||||
color: rgba(255, 255, 255, 0.96);
|
color: rgba(255, 255, 255, 0.96);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1389,7 +1392,7 @@ body.home--sig a.sigAction--primary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sigHow__panel {
|
.sigHow__panel {
|
||||||
max-width: 920px;
|
max-width: 760px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 16px 16px;
|
padding: 16px 16px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue