I want to find this font: http://www.newconcept.hu/data/article/web_2_0_layout_design_tips/ next to the post date where it says "Ultimate Web 2.0 layout and design tips". It's in the H2 tags, but I can't find the stylesheet to find out what it is. Can anyone help? thanks.
The font is called : Gotham Rounded Medium. You won't find it within the CSS Stylesheet because that web site uses what is called sIRF (Scalable_Inman_Flash_Replacement) which basically replaces a web font to any font imaginable so long is the user has Flash installed on their computer. If the user doesn't have Flash it just reverts to the font designated in the stylesheet, ie. Verdana. I was only able to find the font name on this site by de-compiling the flash file for the font on that site: http://www.newconcept.hu/themes/newconcept/sifr_h5.swf
Hello Fadetoblack22, I am going to supply you a link, I use this myself when I want to know how they did it with a CSS file. The link is to the w3schools validator, if you scroll down to the CSS validator and type in the address you will then go to a second page, scroll down to the Valid CSS information and you will see how they put together their CSS file. http://www.w3schools.com/site/site_validate.asp