From 77c0fc6d93a999b8f4059801df59f12fef7b8e44 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 4 Mar 2015 18:53:32 -0800 Subject: [PATCH] README: link to MDN regarding font size values --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd1a7d2..f8720bc 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ Sets the font size for the selected text. This method takes one argument: -* **size**: A size to set. Any CSS size value is accepted, e.g. '13px', or 'small'. +* **size**: A size to set. Any CSS [length value](https://developer.mozilla.org/en-US/docs/Web/CSS/length) or [absolute-size value](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_values_syntax#syntax-absolute-size) is accepted, e.g. '13px', or 'small'. Returns self (the Squire instance).