On Tue, 14 Apr 2020 10:25:52 GMT, Bhawesh Choudhary <github.com+4208131+bhawes...@openjdk.org> wrote:
> As per JavaFx 700 font weight is considered to be bold but webkit is using > 600 font weight for text to become bold. to > fix issue, use boldWeightValue() function which uses 700 font weight rather > than isFontWeightBold() which compare > against 600 font weight. This pull request has now been integrated. Changeset: 8ad58052 Author: bhawesh <bhawesh.choudh...@oracle.com> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/8ad58052 Stats: 26 lines in 2 files changed: 0 ins; 25 del; 1 mod 8191758: Match WebKit's font weight rendering with JavaFX Reviewed-by: kcr, ajoseph ------------- PR: https://git.openjdk.java.net/jfx/pull/180