Skip to content

Commit d47eb58

Browse files
author
Lauren McCarthy
committed
adding list of web safe fonts link closes #1606
1 parent 5c5cfa1 commit d47eb58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/typography/loading_displaying.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ p5.prototype.text = function(str, x, y, maxWidth, maxHeight) {
8787
*
8888
* @method textFont
8989
* @param {Object|String} f a font loaded via loadFont(), or a String
90-
* representing a browser-based default font.
90+
* representing a <a href="https://mzl.la/2dOw8WD">web safe font</a> (a font
91+
* that is generally available across all systems).
9192
* @return {Object} this
9293
* @example
9394
* <div>

0 commit comments

Comments
 (0)