You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/tutorials/en/typography-2.0.mdx
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Greetings from p5.js 2.0: Animation, Interaction, and Typography in 2D a
3
3
description: "Use new typography and 3D features of p5.js 2.0 to create an interactive postcard!"
4
4
category: "2.0"
5
5
featuredImage: ../images/featured/postcard.jpg
6
-
featuredImageAlt: "An old-style postcard reading 'Greetings from P5.JS2.0'"
6
+
featuredImageAlt: "An old-style postcard reading 'Greetings from P5.JS-2.0'"
7
7
relatedContent:
8
8
references:
9
9
- en/p5/loadfont
@@ -164,7 +164,7 @@ In p5.js 2.0, we can make 3D letters out of a font! We'll create three new varia
164
164
let blockFont;
165
165
let blockText;
166
166
let blockTextSize =130;
167
-
let greeting ='P5.JS2.0';
167
+
let greeting ='P5.JS-2.0';
168
168
```
169
169
170
170
The bold version of [Tilt Warp from Google Fonts](https://fonts.google.com/specimen/Tilt+Warp) will work nicely for some block text, so we'll load that the same way we loaded the cursive font, storing it into `blockFont`.
0 commit comments