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/type/p5.Font.js
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -833,22 +833,7 @@ function font(p5, fn) {
833
833
* In 2D mode, `path` can take on a few other forms. It could be a path to a CSS file,
834
834
* such as one from <a href="https://fonts.google.com/">Google Fonts.</a> It could also
835
835
* be a string with a <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face">CSS `@font-face` declaration.</a> It can also be an object containing key-value pairs with
836
-
* properties that you would find in an `@font-face` block:
0 commit comments