0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00

Merge pull request #46 from cvrebert/size-val

README: link to MDN regarding font size values
This commit is contained in:
Neil Jenkins 2015-03-05 15:14:23 +08:00
commit 4d7d99ae7e

View file

@ -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).