Forum Moderators: open
document.styleSheets[i].cssRules[j].style.fontWeight
The latter case is:
document.styleSheets[i].rules[j].style.fontWeight
The i and j refer to the 0-based integers identifying which style sheet and which rule to address. JavaScript has no way to address the rule by name within the styleSheet (thank the W3C for that one, don't blame JavaScript).