[Webkit-unassigned] [Bug 71556] Font weight BOLD does not work in chrome browser
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 4 12:00:50 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=71556
Julien Chaffraix <jchaffraix at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jchaffraix at webkit.org
--- Comment #1 from Julien Chaffraix <jchaffraix at webkit.org> 2011-11-04 12:00:51 PST ---
(In reply to comment #0)
> I wanted to know whether the chrome supports this property or not.
WebKit does support the property (which means Chromium should too). This works for me in Chromium dev channel:
<!DOCTYPE html>
<html>
<head>
<style>
.bold { font-weight: bold; }
</style>
</head>
<body>
Normal
<p class="bold">Bold</p>
</body>
</html>
If you have an example where this does not work, please attach it here. Also make sure you try the latest Chromium (dev or canary).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list