Hey Guys,
I'm trying to reset all the typography on my site with Typekit, so it looks more or less the same on different browsers/computers:
I've gone through all the style.css to try and find what fonts Kriesi uses for which aspect of the site, but there are some labels he uses that I can't nail down. Please can you tell me (give me an example) of where each of these parameters are used in the default shoutbox theme so I know what each thing does? Thanks!
.dyn_column_image_title .post-title
.outer_callout
cite
th
th.spec
caption, .caption
pre
.wp-caption-text
entry-content h1,
entry-content h2,
entry-content h3,
entry-content h4,
entry-content h5,
entry-content h6
h1{clear:both; font-size:17px; text-transform: none;}
h2{font-size:16px; clear:both; text-transform: none;}
h3, legend{font-size:15px; clear:both;}
h4{font-size:14px; clear:both; text-transform: uppercase;}
h5{font-size:13px; clear:both; text-transform: uppercase;}
h6{font-size:12px; clear:both;
Most of the other things like the sidebar elements, comments etc are labelled pretty clearly in the style.css, but these ones above I can't seem to track down.
Thanks!














