Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added two more text affecting styles
  • Loading branch information
SebastianZ committed Sep 21, 2012
1 parent 5144308 commit a191d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension/content/firebug/lib/css.js
Expand Up @@ -222,6 +222,8 @@ Css.copyTextStyles = function(fromNode, toNode, style)
toNode.style.fontSize = style.getPropertyCSSValue("font-size").cssText;
toNode.style.fontWeight = style.getPropertyCSSValue("font-weight").cssText;
toNode.style.fontStyle = style.getPropertyCSSValue("font-style").cssText;
toNode.style.fontSizeAdjust = style.getPropertyCSSValue("font-size-adjust").cssText;
toNode.style.fontStretch = style.getPropertyCSSValue("font-stretch").cssText;

return style;
}
Expand Down

0 comments on commit a191d5d

Please sign in to comment.