aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/fontRules.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/ruleSets/fontRules.json')
-rw-r--r--exampleData/ruleSets/fontRules.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleData/ruleSets/fontRules.json b/exampleData/ruleSets/fontRules.json
index 6a725d1..819604f 100644
--- a/exampleData/ruleSets/fontRules.json
+++ b/exampleData/ruleSets/fontRules.json
@@ -24,7 +24,7 @@
report('non-standard font: ' +
font.family + ", " +
font.size + ", " +
- font.weight, $(elt));
+ font.weight, elt);
}
});
}