/etc/fonts/fonts.conf 파일을 열고, 'embolden'으로 검색합니다. 그러면 이런 구문이 보일 겁니다.
<!-- check to see if the pattern requests bold -->
<test target="pattern" name="weight" compare="more_eq">
<int>200</int>
</test>
강조 표시된 '200'을 '180'으로 바꾸어 주시면 됩니다.
파이어폭스는 <b> 태그와 font-weight: bold; 를 다르게 처리하는 모양입니다. 놀랍군요.
하루빨리 메인스트림에 반영되면 좋겠습니다.
관련 링크:
https://launchpad.net/distros/ubuntu/+source/fontconfig/+bug/38595
http://kyano.pe.kr/blog/?p=14
Posted by 랜덤여신

