Associate
- Joined
- 28 May 2008
- Posts
- 346
I am working on a redesign for a website and I want to keep the original font.
in the developer tools + main css template from the original site the font family reads..
but when I use this in my CSS it gives different results...
letters size and thickness all look different.
Could anyone advise me to a solution as I am fairly new to this game!
Thanks!
in the developer tools + main css template from the original site the font family reads..
Code:
font-family: MyriadProRegular, 'Trebuchet MS', Helvetica, sans-serif;
font-size: 0.85em !important;
but when I use this in my CSS it gives different results...
letters size and thickness all look different.
Could anyone advise me to a solution as I am fairly new to this game!
Thanks!