mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-03 05:00:13 -05:00
README: link to MDN regarding font size values
This commit is contained in:
parent
951214c7e0
commit
77c0fc6d93
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ Sets the font size for the selected text.
|
||||||
|
|
||||||
This method takes one argument:
|
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).
|
Returns self (the Squire instance).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue