Background

I couldn’t find a simple css stylesheet that adhered to best typographic practices that anyone could just grab and run with. Type-a-file was inspired by—and is to be used in addition to—the famous meyerweb reset css file.

Type-a-file comes in a few looks or "flavors" to get you started. A few of our flavors make use of Typekit for their special font faces. Most likely you’ll want to tweak these for your own site, but if you don’t, you’ve still got great typography ready to go right out of the box. Easy peas-y.

Strange Native

Element definitions:

  • h1, h2, h3, h4
  • paragraph
  • ordered & unordered lists
  • blockquote
  • cite
  • definition list
  • abbreviation (smallcaps)
  • aside
  • small

Classes definitions:

  • .kicker
  • .run-in
  • .superscript
  • .subscript
  • .sidenote (aside)
  • .pullquote
  • .footnote
  • .caption
  • .drop-cap
1

Download the desired
Type-a-file Flavor. The .zip will include your flavor file as well as the meyerweb reset.css


2
Copy and paste the following code inside the <head> tag in the index.html or header.php for your site:<link rel="stylesheet" media="screen" type="text/css" href="reset.css" />
<link rel="stylesheet" media="screen" type="text/css" href="taf-flavorname-size.css" />
3

You'll notice the second item you pasted in has the generic name taf-flavorname-size.css. Change that to the actual name of your type-a-file.

(e.g. taf-kickoff-m.css)
4
Upload your Type-a-file css, reset.css, & your amended header to the root folder of your site.

Books

Share your Flavor of Type-a-file

If you’ve made your own flavor of Type-a-file that you’d like to share with the world, send me an email with the file attached!

Remember to put your name in the css file so everyone knows you made it.

Contact

If you have suggestions for enhancing Type-a-file or just want to get in touch...

Museo Slab
Museo Sans

Type-a-file Gives Your Web Typography a Head Start

Below you’ll find some text marked up with the core elements of Type-a-file. View the source code to find out how to use them on your own site. This element, for example is called a “kicker.” It’s paragraph text that introduces the rest of the text. It’s useful for outlining your topic & looks killer. Just create a div with class=“kicker” and throw some paragraphs into it. Blammo!

The Typographic Basics

You’ll often want to caption photos. This is a .caption class

Paragraphs are the core building block of typography online. You want to make sure you’ve got a good line-height and horizontal width—aka measure—for good readability. If you stack your lines too close together, or too far apart, lines become harder to read. Like a staircase where the steps are too shallow or too steep. The standard line-height online is something between 1.5 and 2.0 ems.1 If your lines stretch too far across the page reading can feel like a tedious marathon. The standard single-column width online is about 70-90 characters.

This is a “sidenote”

It’s different than a sidebar because its content are directly related to the main content at left. When html5 is more prevalent, you’ll be able to start using <aside> instead of a div with a class of .sidebar.

I’ve set it up here as a div which contains h1s for titles, as well as paragraphs.

If you look at the source code you’ll notice how the .sidenote to the right was written before this paragraph, which it is supposed to directly relate to. You’ll probably want to set up your asides in the same manner.

These are the simple beginnings of Type-a-file. We’ve put in a lot of work to make good typography easier for you. Colors & structure we leave to you, but typographically, we got you covered. Download the file and follow the instructions for installing and setting it up. Now we’ll get into some of the fancier elements we’ve built into Type-a-file.

Puttin’ on the Ritz

Sometimes you want an opening phrase to pop. You could just put it in bold tags, but wouldn’t you rather use semantic markup?2 We’ve created a class called .run-in so that you can! Best practices claim you’ll usually want to keep those run-ins to one line.

Another sidenote.

I thought it might be interesting to show you that you can put lists into sidenotes:

Typically you want a nice, steady vertical rhythm to your page. Of course, some folks don’t Speaking of intelligently deviating…think that it’s actually necessary on the web to stick to a baseline grid, but it can be a great guide from which you can intelligently deviate. Speaking of intelligently deviating, there are some key elements that make great deviations from the monotony of paragraphs: the “quotes.” These include blockquotes and a special Type-a-file class named “pullquote.” The latter is above, the former below:

Headings, subheads, block quotations, footnotes, illustrations, captions and other intrusions into the text create syncopations and variations against the base rhythm of regularly leaded lines. These variations can and should add life to the page, but the main text should also return after each variation precisely on beat and in phase.

Robert Bringhurst

Delineate, Demonstrate, Define

This Type-a-file would of course be incomplete without specifications for lists, codes & definitions. It’s fairly common to indent both blockquotes and list elements, but seriously consider left aligning your text for these items and outdenting their bullets & other visual demarcations. It can present a cleaner appearance while also drawing focused attention to information points.

  1. This is a list that is well ordered.
  2. It starts with one and goes to two.
  3. Then it has a third item.
  4. Followed by the fourth, and—in this case—last item.

If you’re a blogger geek, sooner or later you’ll want to tell everybody about some ripping css coding you concocted by posting it on your blog-o-tubes. So we’ve got you covered.

#header h1 a {
display: block; 
width: 300px; 
height: 80px; 
}

Then, since you’re an uber-geek-dufus-man-child who’s fascinated by proving to the world you have sooooo much knowledge to share, you’ll probably want to post some definitions or definition-like information where a title element is closely linked with a description of some kind. We got ya.

Type-a-file
A really awesome way to get your site up to typographic snuff. It uses traditional semantic HTML tags along with some additional semantic classes named after commonly occurring elements in print design to create a solid typographic toolkit for your website, whoever you are.
CSS
CSS stands for Cascading Style Sheet. This is a document format which provides a set of style rules which can then be incorporated in an XHTML or HTML document. It is a means to separate web content from formatting and presentation information. CSS is also a Brazilian rock band from São Paulo. The band was labeled as part of the explosion of the New Rave scene. Their songs are in both English and Portuguese. CSS is an abbreviation for Cansei de Ser Sexy , literally “tired of being sexy” in Portuguese.

You see how that works? You need something done typographically, Type-a-file does it. That simple. Now what are you waiting for? Find a flavor that suits your mood and go to town. Download the zip file. All the directions and files you’ll need will be squished inside. Oh, and when you’ve become a master csser and start making your own flavors of Type-a-file, come back and share them with the Type-a-file community!

This is just a small element. It’s really useful when you want to add a small note or bit of text to something that’s perhaps less important or a clarification of something. Another option in an arsenal of options.
  1. All about ems: An em is a unit of measurement in the field of typography. This unit defines the proportion of the letter width and height with respect to the point size of the current font. Originally the unit was derived from the width of the capital “M” in the currently used typeface. This unit is not defined in terms of any specific typeface, and thus is the same for all fonts at a given point size. So, 1 em in a 16 point typeface is 16 points
  2. Semantic Web: A group of methods and technologies to allow machines to understand the meaning—or “semantics”—of information on the World Wide Web. The term was coined by World Wide Web Consortium (W3C) director Tim Berners-Lee. According to the original vision, the availability of machine-readable metadata would enable automated agents and other software to access the Web more intelligently. The agents would be able to perform tasks automatically and locate related information on behalf of the user.