Spaces:
Running
Running
Site map: switch heading + subtitle + card descs to JetBrains Mono
Browse filesAll copy in the "What's inside" band now shares one type system:
JetBrains Mono on every line (eyebrow, h2, subtitle, card labels,
descriptions). Sizes/weights adjusted because mono reads heavier than
Inter at the same px — h2 32px/500, subtitle 13px/400, desc 12px/400 —
so the editorial hierarchy stays intact and lines don't bulk up.
Co-authored-by: Cursor <cursoragent@cursor.com>
- assets/styles/section-intro.css +17 -14
assets/styles/section-intro.css
CHANGED
|
@@ -210,25 +210,27 @@
|
|
| 210 |
}
|
| 211 |
.intro-sitemap__title {
|
| 212 |
margin: 0;
|
| 213 |
-
font-family: "
|
| 214 |
-
font-size:
|
| 215 |
-
font-weight:
|
| 216 |
-
letter-spacing: -0.
|
| 217 |
-
line-height: 1.
|
| 218 |
color: var(--ink);
|
| 219 |
}
|
| 220 |
.intro-sitemap__subtitle {
|
| 221 |
-
margin:
|
| 222 |
-
max-width:
|
| 223 |
-
font-family: "
|
| 224 |
-
font-size:
|
| 225 |
-
font-weight:
|
|
|
|
| 226 |
line-height: 1.55;
|
| 227 |
color: var(--ink-soft);
|
| 228 |
}
|
| 229 |
@media (max-width: 720px) {
|
| 230 |
.intro-sitemap__heading { margin-bottom: 36px; }
|
| 231 |
-
.intro-sitemap__title { font-size:
|
|
|
|
| 232 |
}
|
| 233 |
.intro-sitemap__steps {
|
| 234 |
list-style: none;
|
|
@@ -314,9 +316,10 @@
|
|
| 314 |
}
|
| 315 |
.intro-sitemap__desc {
|
| 316 |
margin: 0;
|
| 317 |
-
font-family: "
|
| 318 |
-
font-size:
|
| 319 |
-
font-weight:
|
|
|
|
| 320 |
line-height: 1.55;
|
| 321 |
color: var(--ink-soft);
|
| 322 |
}
|
|
|
|
| 210 |
}
|
| 211 |
.intro-sitemap__title {
|
| 212 |
margin: 0;
|
| 213 |
+
font-family: "JetBrains Mono", ui-monospace, monospace;
|
| 214 |
+
font-size: 32px;
|
| 215 |
+
font-weight: 500;
|
| 216 |
+
letter-spacing: -0.005em;
|
| 217 |
+
line-height: 1.15;
|
| 218 |
color: var(--ink);
|
| 219 |
}
|
| 220 |
.intro-sitemap__subtitle {
|
| 221 |
+
margin: 16px auto 0;
|
| 222 |
+
max-width: 560px;
|
| 223 |
+
font-family: "JetBrains Mono", ui-monospace, monospace;
|
| 224 |
+
font-size: 13px;
|
| 225 |
+
font-weight: 400;
|
| 226 |
+
letter-spacing: 0;
|
| 227 |
line-height: 1.55;
|
| 228 |
color: var(--ink-soft);
|
| 229 |
}
|
| 230 |
@media (max-width: 720px) {
|
| 231 |
.intro-sitemap__heading { margin-bottom: 36px; }
|
| 232 |
+
.intro-sitemap__title { font-size: 24px; }
|
| 233 |
+
.intro-sitemap__subtitle { font-size: 12.5px; }
|
| 234 |
}
|
| 235 |
.intro-sitemap__steps {
|
| 236 |
list-style: none;
|
|
|
|
| 316 |
}
|
| 317 |
.intro-sitemap__desc {
|
| 318 |
margin: 0;
|
| 319 |
+
font-family: "JetBrains Mono", ui-monospace, monospace;
|
| 320 |
+
font-size: 12px;
|
| 321 |
+
font-weight: 400;
|
| 322 |
+
letter-spacing: 0;
|
| 323 |
line-height: 1.55;
|
| 324 |
color: var(--ink-soft);
|
| 325 |
}
|