Here is my css :
.post-first-letter { float: left; font-family: Georgia,serif; font-size: 4em; font-weight: bold; line-height: 0.85em; margin-bottom: -0.25em; margin-right: 3px; }
]]>$pattern = ‘/((]*>|\s)*)(("|“|‘|‘|“|\’)?[A-Z])/U’;
$replacement = ‘$5$7′;
$content = preg_replace($pattern, $replacement, $content, 1 );
Hope it helps.
]]>