RESOLVED WORKSFORME 71556
Font weight BOLD does not work in chrome browser
https://bugs.webkit.org/show_bug.cgi?id=71556
Summary Font weight BOLD does not work in chrome browser
huzefa
Reported 2011-11-04 06:00:05 PDT
Hello This CSS property does not work in chrome : font-weight:bold; The font looks normal only, I wanted to know whether the chrome supports this property or not. Thanks
Attachments
Julien Chaffraix
Comment 1 2011-11-04 12:00:51 PDT
(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).
Note You need to log in before you can comment on or make changes to this bug.