We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f8d37 commit bc0d223Copy full SHA for bc0d223
lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php
@@ -195,13 +195,7 @@ public function expandFontShorthand() {
195
return;
196
$oRule = $aRules['font'];
197
// reset properties to 'normal' per http://www.w3.org/TR/21/fonts.html#font-shorthand
198
- $aFontProperties = array(
199
- 'font-style' => 'normal',
200
- 'font-variant' => 'normal',
201
- 'font-weight' => 'normal',
202
- 'font-size' => 'normal',
203
- 'line-height' => 'normal'
204
- );
+ $aFontProperties = array();
205
$mRuleValue = $oRule->getValue();
206
$aValues = array();
207
if (!$mRuleValue instanceof RuleValueList) {
0 commit comments