summaryrefslogtreecommitdiff
path: root/src/library/font.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/font.rs')
-rw-r--r--src/library/font.rs9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/library/font.rs b/src/library/font.rs
index 64aec75b..33a521f5 100644
--- a/src/library/font.rs
+++ b/src/library/font.rs
@@ -39,16 +39,9 @@ use super::*;
/// - `italic`
/// - `oblique`
/// - Type `font-weight`
-/// - `thin` (100)
-/// - `extralight` (200)
-/// - `light` (300)
/// - `regular` (400)
-/// - `medium` (500)
-/// - `semibold` (600)
/// - `bold` (700)
-/// - `extrabold` (800)
-/// - `black` (900)
-/// - coerces from `integer`
+/// - coerces from `integer`, between 100 and 900
/// - Type `vertical-font-metric`
/// - `ascender`
/// - `cap-height`