Skip to content

Commit 0d5ddf8

Browse files
committed
Merge pull request #140 from kkirsche/patch-3
Add additional font properties
2 parents 88f8652 + 38d0396 commit 0d5ddf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/Properties.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,14 @@ var Properties = {
309309
"float-offset" : 1,
310310
"font" : 1,
311311
"font-family" : 1,
312+
"font-kerning" : "auto | normal | none | initial | inherit | unset",
312313
"font-size" : "<absolute-size> | <relative-size> | <length> | <percentage> | inherit",
313314
"font-size-adjust" : "<number> | none | inherit",
314315
"font-stretch" : "normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | inherit",
315316
"font-style" : "normal | italic | oblique | inherit",
316317
"font-variant" : "normal | small-caps | inherit",
318+
"font-variant-caps" : "normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps",
319+
"font-variant-position" : "normal | sub | super | inherit | initial | unset",
317320
"font-weight" : "normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit",
318321

319322
//G

0 commit comments

Comments
 (0)