#100: Almanac Styling, Part 1

(Updated on )

Now that we’ve battled through getting the proper content on the homepage of the Almanac, we can dig into some actual styling with CSS.

We decided to go with a handwriting font for some bits of this design. We browse through some fonts on Dafont, and end up downloading Shadows Into Light. The download comes with the font in a format that will work on the desktop, but not all the formats needed for @font-face. So, we run it through Font Squirrel.

We move the fonts into our directory structure where they are supposed to be. Then we copy and pase the @font-face syntax from elsewhere in the project into our Almanac-specific CSS and change the names of the fonts and stuff.

We spend the rest of the time poking and prodding the CSS getting the layout correct, setting colors, and whatnot. It’s actually a pretty fun an interesting CSS challenge getting it all laid out correctly. After all, we have very little control over the HTML output. It’s just nested lists. So we have to target and float things just right to get the exact layout we envisioned in Photoshop.