Skip to content

Commit ee34702

Browse files
ecisneros8claude
andcommitted
Switch to Computer Modern Sans web font
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ec8834c commit ee34702

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

assets/css/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
The Cisneros Group – custom stylesheet
33
============================================================ */
44

5+
@import url('https://cdn.jsdelivr.net/gh/dreampulse/computer-modern-web-font/fonts.css');
6+
57
/* ── Reset & base ─────────────────────────────────────────── */
68
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
79

810
html { font-size: 16px; scroll-behavior: smooth; }
911

1012
body {
11-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
13+
font-family: "Computer Modern Sans", sans-serif;
1214
color: #1e293b;
1315
background: #ffffff;
1416
line-height: 1.65;
@@ -41,6 +43,7 @@ li { margin-bottom: 0.3rem; }
4143

4244
.nav-brand {
4345
color: #e2e8f0;
46+
font-family: "Computer Modern Sans", sans-serif;
4447
font-weight: 700;
4548
font-size: 1rem;
4649
letter-spacing: 0.02em;
@@ -54,6 +57,7 @@ li { margin-bottom: 0.3rem; }
5457

5558
.nav-link {
5659
color: #94a3b8;
60+
font-family: "Computer Modern Sans", sans-serif;
5761
padding: 0.45rem 0.8rem;
5862
border-radius: 6px;
5963
font-size: 0.88rem;

0 commit comments

Comments
 (0)