Skip to content

Commit f3f66c8

Browse files
authored
Merge pull request #457 from kayakyakr/patch-1
Additional information about font family property
2 parents f70a490 + 3518365 commit f3f66c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ font.size = 20; // Cell A3 now has font size 20!
857857
| Font Property | Description | Example Value(s) |
858858
| ------------- | ----------------- | ---------------- |
859859
| name | Font name. | 'Arial', 'Calibri', etc. |
860-
| family | Font family. An integer value. | 1,2,3, etc. |
860+
| family | Font family for fallback. An integer value. | 1 - Serif, 2 - Sans Serif, 3 - Mono, Others - unkown |
861861
| scheme | Font scheme. | 'minor', 'major', 'none' |
862862
| charset | Font charset. An integer value. | 1, 2, etc. |
863863
| color | Colour description, an object containing an ARGB value. | { argb: 'FFFF0000'} |

0 commit comments

Comments
 (0)