summaryrefslogtreecommitdiff
path: root/conf.d/90-synthetic.conf
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2018-05-10 22:01:29 +0900
committerAkira TAGOH <akira@tagoh.org>2018-05-11 12:14:26 +0900
commit454923709a1a1e480554c400e053aea9a1ba951a (patch)
tree54bafaca8ad8ea07ee3632e7fc3547a1940a2cee /conf.d/90-synthetic.conf
parent730deada8cf609157d07b7c2bf2985672614c4c0 (diff)
Change the emboldening logic again
enable emboldening when request was >= bold and font was <= medium https://bugs.freedesktop.org/show_bug.cgi?id=106460
Diffstat (limited to 'conf.d/90-synthetic.conf')
-rw-r--r--conf.d/90-synthetic.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/90-synthetic.conf b/conf.d/90-synthetic.conf
index e344e4a..6b929dd 100644
--- a/conf.d/90-synthetic.conf
+++ b/conf.d/90-synthetic.conf
@@ -42,9 +42,9 @@
-->
<match target="font">
- <!-- check to see if the font is just regular -->
+ <!-- check to see if the weight in the font is less than medium which possibly need emboldening -->
<test name="weight" compare="less_eq">
- <const>regular</const>
+ <const>medium</const>
</test>
<!-- check to see if the pattern requests bold -->
<test target="pattern" name="weight" compare="more_eq">