Skip to content

Commit fb8a8fc

Browse files
committed
Use a better font
1 parent 475cdfb commit fb8a8fc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<a href="/try-it-now.html">try it now</a>
8585
<a href="/playground.html">playground</a>
8686
</nav>
87-
<h1 class="font-serif font-bold text-cloudbank text-3xl">
87+
<h1 class="font-sans font-bold text-cloudbank text-3xl">
8888
Hello, t-strings!
8989
</h1>
9090
<p>

public/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<a href="/try-it-now.html">try it now</a>
115115
<a href="/playground.html">playground</a>
116116
</nav>
117-
<h1 class="font-serif font-bold text-cloudbank text-3xl">
117+
<h1 class="font-sans font-bold text-cloudbank text-3xl">
118118
A brief intro to t-strings
119119
</h1>
120120
<p>

public/try-it-now.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@
115115
<a href="/try-it-now.html">try it now</a>
116116
<a href="/playground.html">playground</a>
117117
</nav>
118-
<h1 class="font-serif font-bold text-cloudbank text-3xl">
118+
<h1 class="font-sans font-bold text-cloudbank text-3xl">
119119
Try t-strings now!
120120
</h1>
121121
<p>
122122
Excited to try <strong>t-strings</strong> before Python 3.14's official release? You've got options!
123123
</p>
124124

125-
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
125+
<h2 class="font-sans font-bold text-cloudbank text-xl mt-6">
126126
Option 1: Our Browser Playground
127127
</h2>
128128
<p>
@@ -132,7 +132,7 @@ <h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
132132
Our playground uses <a href="https://pyodide.org/" target="_blank">Pyodide</a> (with a 3.14.0b1 patch) and <a href="https://jupyterlite.readthedocs.io/en/latest/" target="_blank">JupyterLite</a> to run Python entirely in your browser. It's a great way to experiment without installing anything!
133133
</p>
134134

135-
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
135+
<h2 class="font-sans font-bold text-cloudbank text-xl mt-6">
136136
Option 2: Python 3.14.0b1
137137
</h2>
138138
<p>
@@ -153,7 +153,7 @@ <h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
153153
Template(strings=('Hello ', '!'), interpolations=(Interpolation('World', 'name', None, ''),))
154154
</code></pre>
155155

156-
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
156+
<h2 class="font-sans font-bold text-cloudbank text-xl mt-6">
157157
Option 3: Docker
158158
</h2>
159159
<p>
@@ -172,7 +172,7 @@ <h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
172172
You can also use the <code>3.14-rc-bookworm</code> tag which will always point to the latest release candidate.
173173
</p>
174174

175-
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
175+
<h2 class="font-sans font-bold text-cloudbank text-xl mt-6">
176176
What's Next?
177177
</h2>
178178
<p>

0 commit comments

Comments
 (0)