Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video.
Start a free Basic trial
to watch this video
Typographic hierarchy is an extremely important element of web design. It helps guide readers through the content and its levels of importance. First, we’ll discuss how to create hierarchy through weight, size, and position.
Type Study: Typographic Hierarchy, Frank Chimero
Understanding Typographic Hierarchy, Jeremy Loyd
-
0:00
[MUSIC]
-
0:02
All right.
-
0:03
You've made it this far.
-
0:07
Good work.
-
0:08
If all this talk about type hasn't gotten you excited already, then you just wait.
-
0:12
In this stage, we'll look at the different ways you can lay out type for the web.
-
0:16
First up is Typographic Hierarchy.
-
0:19
This concept is crucial to seamlessly guide readers through a page's content.
-
0:23
Hierarchy helps users understand what information is
-
0:26
most important to what's secondary, tertiary, and so forth.
-
0:30
In this video,
-
0:31
we'll look at how to do this with weight, style, size, and position.
-
0:34
And then next, we'll continue on the theme of hierarchy with color and
-
0:39
pairing typefaces.
-
0:40
Before we jump in,
-
0:42
let's check out all of these concepts in action at CreativeMornings.com.
-
0:46
Let's say I wanted to attend this upcoming lecture in Los Angeles.
-
0:51
We're immediately presented with an array of information that's been
-
0:54
hierarchically arranged through typography.
-
0:57
First, my eyes gravitate towards what's biggest, boldest and darkest on the page.
-
1:01
The speaker names.
-
1:03
This is the most important piece of information here and
-
1:06
CreativeMornings lets you easily know it.
-
1:08
Next, my eyes naturally continue reading and
-
1:11
move downward towards the date, time and place.
-
1:14
This is of next importance after the speaker name.
-
1:17
It's smaller but still prominent.
-
1:19
My eyes are then drawn to the bright block of color holding a white text of
-
1:23
the city code.
-
1:24
It's a nice touch.
-
1:25
After I've taken all that in and consider if I'm still interested,
-
1:28
then I'm able to make my way down to the smaller secondary information.
-
1:32
And read more about the speakers and where exactly the talk will be.
-
1:36
We see bold type, multiple sizes, different colors, different positions, and
-
1:40
different type faces utilized to convey the hierarchy of information on the page.
-
1:46
It's a combination that's not only useful to the user,
-
1:49
it's also down right good looking.
-
1:51
These concepts can be incredibly powerful to create usable, beautiful websites.
-
1:55
But they can also get out of hand pretty fast if we don't know what we're doing.
-
1:59
Before you begin styling anything, it's smart to familiarize yourself with
-
2:03
the site's content to get an overall big picture of everything involved.
-
2:07
It's often helpful to print out the page unstyled, and then go about hierarchically
-
2:11
numbering content elements starting with one, what's of most importance.
-
2:16
Two, what's of next importance, and so
-
2:18
forth until every piece of content has been labelled.
-
2:21
You can even make note of what HTML elements would be appropriate for
-
2:25
each number like H1 or H2 or P.
-
2:28
This system will inform us on how we can utilize typography to accentuate our
-
2:32
different pieces of content.
-
2:34
This is often done in a wiring framing level of building a website.
-
2:37
Because most times, it can be quicker and
-
2:39
easier to change typography in a design program rather than in CSS.
-
2:44
With our current example from The War of the Worlds, we've been arranging and
-
2:47
changing the type as we go.
-
2:49
Let's begin by looking at how we can hierarchically set content apart
-
2:52
with weight, style, size and color.
-
2:56
We can create hierarchy simply by weighting certain blocks of texts.
-
3:00
Our reader's eyes will be drawn to the bolder elements on the page.
-
3:04
I've set up our workspace here to cover different concepts of hierarchy as we go.
-
3:09
In our first folder, I've replaced all our heading tags and
-
3:13
just made them paragraphs.
-
3:14
And I've also commented out the text indents in the CSS.
-
3:18
Currently, it looks like this.
-
3:20
So, the only hierarchy present is what comes first will be read first.
-
3:24
I've set the title class as bold here.
-
3:26
So let's go ahead and style out that class to have a font weight of bold.
-
3:30
We'll save and go check it out.
-
3:32
I've just emphasized that piece of element over everything else on the page.
-
3:36
A reader's eyes will naturally gravitate towards that because it
-
3:39
carries more weight than anything else on the page.
-
3:42
Think about the law of gravity.
-
3:44
The heavier the mass of an object, the more gravitational pull it will have.
-
3:49
It's no different with layouts and type.
-
3:50
The heavier areas often draw the reader's eyes in more to notice them first.
-
3:55
An italic style can also be utilized to denote emphasis or set apart text.
-
4:00
In this case,
-
4:01
I can italicize the author's name through a class I've set up in the CSS.
-
4:06
[BLANK_AUDIO]
-
4:08
When we refresh the page,
-
4:09
we see the author's name is now italic which is set apart from regular body copy.
-
4:14
A different weight or Italic style can be used to carry emphasis.
-
4:18
But if you overuse it, you can end up with an unbalanced hierarchy and
-
4:21
layout where everything is important.
-
4:24
So in turn, nothing is important.
-
4:26
Watch out for how dense your typographic color is on the overall page.
-
4:31
Size is next and it can immensely help in guiding your readers through your content.
-
4:35
This is why your default H1, H2 and
-
4:38
H3s are greater than your default paragraph size.
-
4:41
The web is based around the structure.
-
4:43
They're also bold by default, but
-
4:45
a bold weight is not always necessary to convey hierarchy when size is utilized.
-
4:50
Google's recent launch of their material design website wowed
-
4:54
designers and typographers.
-
4:56
On the site, they have a recommended typographic style guide for Android.
-
5:00
In it, you can see their typography doesn't rely on bold headlines or display.
-
5:05
Rather, their overall color of weight all feels pretty even.
-
5:10
This is accomplished by setting lighter weights at larger sizes and
-
5:13
medium weights at smaller sizes.
-
5:16
Side note.
-
5:17
Do not, I repeat, do not use light weights at small sizes or for body text.
-
5:23
It can dramatically hinder legibility and readability.
-
5:26
If I catch you doing this, then you're in for it.
-
5:29
In our second folder of typographic hierarchy, we're looking at our size.
-
5:33
And I've reinstated all our headings to what they used to be.
-
5:36
But this time, I've given them a font weight of normal.
-
5:39
Let's go check out what that looks like on our page.
-
5:41
[BLANK_AUDIO]
-
5:44
We can see that just through size, our hierarchy can clearly be established.
-
5:50
Our reader can scan through the content and understand what each section
-
5:53
entails because the larger headings grab their attention and convey that.
-
5:57
It's not wrong to use bold headings.
-
5:59
I just want to show you how size is fully capable of denoting hierarchy on its own.
-
6:05
As mentioned in the font sizing video from the past stage, make sure to
-
6:08
follow a typographic scale with your sizes and don't get carried away with too many.
-
6:13
Lastly, let's look at how positioning can be used to present hierarchy.
-
6:18
When we're discussing position, we're talking about the placement and space
-
6:21
around the type in relation to the other elements or blocks of type around it.
-
6:26
We notice how placement and
-
6:27
space was used on the great discontent to set apart different pieces of content.
-
6:32
Now, let's check out another site that does this well.
-
6:36
Here we have Andrew Loman's take on www.csszengarden.com.
-
6:40
The site showcases the power of CSS by having the same HTML,
-
6:44
but different style sheets made by different web designers.
-
6:48
Apart from this beautiful mix of typography, icons and
-
6:51
color, Lomen's design utilizes the position of type to present hierarchy and
-
6:56
differentiate elements.
-
6:58
When we arrive at the beginning of the site, we immediately see the main tag line
-
7:02
positioned around the vertical center of our screen.
-
7:05
Then our eyes move to the right where the next block of text has been positioned to
-
7:08
be read.
-
7:09
Finally, I might notice the site's title which is set at a smaller size and
-
7:13
rotated 90 degrees and positioned in the top left.
-
7:16
The intention of this design was to stress the tag line above all else here.
-
7:21
It continues on using multiple columns and
-
7:23
space to convey hierarchy through position.
-
7:26
So check it out if you have time.
-
7:28
Let's jump back into our example now.
-
7:31
So, currently, we're already using hierarchy in some sense where we're
-
7:35
separating our headings from our paragraphs with some space there.
-
7:39
And we're doing a great job of it in this minor way of setting a text indent to our
-
7:44
P plus Ps as that's different shading the paragraph above from the paragraph below.
-
7:50
I might wanna accent our title and author name a bit more though.
-
7:54
So let's see what we can do with its position.
-
7:57
In our HTML, I'm gonna grab the H1 and H3 elements and
-
8:02
create a new div above this container div of title.
-
8:07
[BLANK_AUDIO]
-
8:11
We'll paste those elements into that div and
-
8:13
then I'm gonna rearrange the spacing here.
-
8:15
And then we're gonna wanna style out that class.
-
8:17
So I'm gonna give it some top padding of 6em, some left and right of zero and
-
8:21
bottom of zero cuz that container class already has some top padding.
-
8:25
And then I'll give it a text align of center.
-
8:28
We'll save and let's go check it out.
-
8:31
Great.
-
8:32
Because of its position now, a reader can engage this as separate from
-
8:36
the main text, which further establishes its hierarchy.
-
8:40
The center align style is also nice because it feels akin to
-
8:43
the title of an old book cover.
-
8:45
We'll stop here for now.
-
8:47
But positional hierarchy could also be accomplished with borders or
-
8:50
line rules above and around or
-
8:52
below the type to separate a piece of content from the element around it.
-
8:56
The possibilities are really countless with hierarchy.
-
8:59
So remember to not make typographic choices just because.
-
9:03
A good designer knows when and why to say yes or no to an idea.
-
9:07
Have a reason behind why you're bolding or
-
9:09
italicizing text and why you're increasing sizes.
-
9:12
Or why you're moving an element to a certain place.
-
9:16
That's it for the first part of typographic hierarchy.
-
9:18
I'll see you in the next video as we dive more into the subject.
You need to sign up for Treehouse in order to download course files.
Sign up