I need to design a simple logo with css and everything is fine except for the letter size. Requirement is to use verdana font but with wide characters as shown in the image.
Your Code-Example does not look like Verdana weight 700.
Choosing the right
font-family: 'Verdana'; font-weight:700;
would give the correct result, at least on systems with Verdana installed.