Skip to content

Commit e41e8c9

Browse files
committed
Update font family from 'Outfit' to 'Inter' in HTML and CSS files for consistency
1 parent 7abc823 commit e41e8c9

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link rel="preconnect" href="https://fonts.googleapis.com">
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;700;800&display=swap" rel="stylesheet">
11+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
1212

1313
<link rel="stylesheet" href="styles.css">
1414
</head>
@@ -86,11 +86,6 @@ <h3 class="nav-title">links</h3>
8686
<section id="abstract" class="hero-section">
8787
<h1>Jaseci: An Open-Source AI-Native Language and Runtime Stack</h1>
8888
<p class="subtitle"><span class="gradient-text">Mar 22 · Morning Session · ASPLOS'26</span></p>
89-
<p class="hero-meta">
90-
<strong>March 22, 2026</strong> &middot; Half-Day Morning &middot; The Landing Hotel &middot;
91-
<a href="https://www.asplos-conference.org/asplos2026/workshops-and-tutorials/" target="_blank">ASPLOS '26 @ Pittsburgh</a>
92-
</p>
93-
9489
<a href="https://www.jaseci.org/" class="jaseci-cta" target="_blank" rel="noopener">
9590
Visit Jaseci.org — Docs, tutorials &amp; community
9691
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.22 14.78a.75.75 0 001.06 0l7.22-7.22v5.69a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75h-7.5a.75.75 0 000 1.5h5.69l-7.22 7.22a.75.75 0 000 1.06z" clip-rule="evenodd"/></svg>

styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ body {
5050
}
5151

5252
h1, h2, h3, h4, .logo, .header-title {
53-
font-family: 'Outfit', sans-serif;
53+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
5454
}
5555

5656
/* Layout */
@@ -254,7 +254,7 @@ section:last-child { border-bottom: none; }
254254
padding: 14px 28px;
255255
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
256256
color: #0f1117;
257-
font-family: 'Outfit', sans-serif;
257+
font-family: 'Inter', sans-serif;
258258
font-size: 1rem;
259259
font-weight: 700;
260260
border-radius: var(--radius-sm);
@@ -300,7 +300,7 @@ section:last-child { border-bottom: none; }
300300
.stat-val {
301301
font-size: 2rem;
302302
font-weight: 800;
303-
font-family: 'Outfit', sans-serif;
303+
font-family: 'Inter', sans-serif;
304304
background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
305305
background-clip: text;
306306
-webkit-background-clip: text;
@@ -353,7 +353,7 @@ section:last-child { border-bottom: none; }
353353
padding: 13px 32px;
354354
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
355355
color: #0f1117;
356-
font-family: 'Outfit', sans-serif;
356+
font-family: 'Inter', sans-serif;
357357
font-size: 1rem;
358358
font-weight: 700;
359359
border-radius: var(--radius-sm);
@@ -441,7 +441,7 @@ h2 {
441441
}
442442

443443
.timeline-item .time {
444-
font-family: 'Outfit', sans-serif;
444+
font-family: 'Inter', sans-serif;
445445
font-size: 0.85rem;
446446
font-weight: 700;
447447
color: var(--secondary-color);

0 commit comments

Comments
 (0)