SlideShare a Scribd company logo
1 of 50
Download to read offline
Typography Fundamentals
Presented by Steve Hickey — fresh tilled soil

fresh tilled soil

Typography Fundamentals
Objective
My objectives today are to impart a basic understanding of the fundamental
rules of good typography and to show everyone how they fit into user
interface and web product design.

fresh tilled soil

Typography Fundamentals
Letterform, Text, Hierarchy & CHoice
01
Typographic building blocks

fresh tilled soil

Typography Fundamentals
Letterform — Anatomy

ligature

terminal

Bahpfesff
stem

ascender

counter

crossbar

spine

finial

bowl

serif

descender

fresh tilled soil

Typography Fundamentals
Letterform — Anatomy

ascender height
cap height

Bxhy
overhang

x height

baseline

descender height

fresh tilled soil

Typography Fundamentals
Letterform — Classification

Aao Aao Aao
humanist serif — Garamond

fresh tilled soil

transitional serif — Baskerville

modern serif — Bodoni

Typography Fundamentals
Letterform — Classification

Aao Aao Aao
humanist sans-serif — Gill Sans

fresh tilled soil

transitional sans-serif — Helvetica

geometric sans-serif — Futura

Typography Fundamentals
Letterform — Punctuation

-–—
“” '' ˝
hyphen

smart quotes

fresh tilled soil

en dash

The sentence spanned lines 2–8 in an unbroken stream — onward it swept.
Hyphens are En dashes are –
Em dashes are —

em dash

dumb quotes

primes

“Look at Donny’s pet! An 8´ 7˝ tall ostrich!”
Here’s a second line so that I can make a point.
Double smart quotes are “ and ”
Single smart quotes are ‘ and ’
Primes are ′
!

Nobody likes dumb quotes. They’re called
dumb for a reason.

Typography Fundamentals
Text — Size
Size has the greatest effect on readability of
text and must be considered carefully.
20px text

A worker climbs to the top of the crate. The search lights are trained on the door.
The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs
of current cracking through the air.

/* different units for setting type size */
!

p { font-size: 1em; }
!

28px text

A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

p { font-size: 100%; }
!

p { font-size: 16px; }
!

36px text

fresh tilled soil

A worker climbs to the top of the crate. The search
lights are trained on the door. The riflemen throw the
bolts on their rifles and crack their stun guns, sending
arcs of current cracking through the air.

p { font-size: 16pt; }

Typography Fundamentals
Text — Line-Height
Line-height is the distance from baseline to
baseline in a block of text.
28px text
1em line-height

A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

/* line-height as multiple of text size */
!

p {
font-size: 1em;
line-height: 1.6;
}

28px text
1.2em line-height

fresh tilled soil

A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

Typography Fundamentals
Text — Measure
Measure is calculated in characters or words
per line in a paragraph.
approx. 60 characters
per line

A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

/* width of paragraph set by container */
!

.container {
width: 66%;
}
!

.container p {
approx. 30 characters
per line

fresh tilled soil

A worker climbs to the top of
the crate. The search lights are
trained on the door. The
riflemen throw the bolts on
their rifles and crack their stun
guns, sending arcs of current
cracking through the air.

font-size: 1em;
line-height: 1.6;
width: 100%;
}

Typography Fundamentals
Text — Alignment
Text alignment has multiple options that
affect readability.
left aligned

A worker climbs to the top of the crate. The
search lights are trained on the door. The
riflemen throw the bolts on their rifles and
crack their stun guns, sending arcs of current
cracking through the air.

right aligned

A worker climbs to the top of the crate. The
search lights are trained on the door. The
riflemen throw the bolts on their rifles and
crack their stun guns, sending arcs of current
cracking through the air.

/* default is left aligned */
!

p.text-align-left {
text-align: left; }
!

p.text-align-right {
text-align: right; }
!
center aligned

A worker climbs to the top of the crate. The
search lights are trained on the door. The
riflemen throw the bolts on their rifles and
crack their stun guns, sending arcs of current
cracking through the air.

justified

A worker climbs to the top of the crate. The
search lights are trained on the door. The
riflemen throw the bolts on their rifles and
crack their stun guns, sending arcs of current
cracking through the air.

p.text-align-center {
text-align: center; }
!

p.text-align-justified {
text-align: justified; }

fresh tilled soil

Typography Fundamentals
Text — Tracking
Tracking is an adjustment of the space 

between all characters in a block of text.
“Anyone who would letterspace the lowercase would shag sheep.”
text with normal
tracking

A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

Frederic Goudy

/* all caps and letterspaced headers */
!

h1, h2, h3, h4, h5, h6 {
text-transform: uppercase;
letter-spacing: 0.25em;
}
text with 10%
tracking

fresh tilled soil

A worker climbs to the top of the crate. The search
lig hts are tra ine d on the door. The riflemen throw
the bolts on their rifles and crack their stun g uns,
sending arcs of current cracking throug h the a ir.

Typography Fundamentals
Text — Kerning
Kerning is an adjustment of the space 

between two characters.
un-kerned
pairing

Tyson

/* ligatures/kerning in some browsers */
!

h1, h2, h3, h4, h5, h6 {
text-rendering: optimizeLegibility;
}
!

/* control spacing with Kerning.JS */
kerned pairing

fresh tilled soil

Tyson

!

#kern-me {
-letter-kern: 1px 1px 0 0 0 1px 0 2px;
}

Typography Fundamentals
Text — How To Make It Sing
All of these traits must be balanced in a block of text. There are no absolute rules as to
what works, but there are guidelines.
Font-size:

Start around 16px/1em for web type. It needs to be larger than print.

Line-Height: Use a multiple of 1.3 to 1.6 times the font size.
Measure:
Kerning:

Larger text makes errors more obvious, requiring custom kerning.

Tracking:

Use default in the lowercase, space it out a bit in the uppercase.

Alignment:

fresh tilled soil

Use 50 to 75 characters or 12 words per line.

Left-aligned, or justified if you have a high level of control.

Typography Fundamentals
Text — How To Make It Sing
A good block of text looks grey if you un-focus your eyes a bit.

fresh tilled soil

Typography Fundamentals
Hierarchy — Scale
Scale differences are the quickest way to
create an obvious hierarchy.
28px heading
28px text

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

body {
font-size: 100%; } /* usually 16px */
!

p {
font-size: 1.75em; } /* 28px @ 100% */
!

h1 {
45px heading
28px text

fresh tilled soil

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

font-size: 2.8125em; } /* 45px @ 100% */
!

h2 {
font-size: 2.625em; } /* 42px @ 100% */

Typography Fundamentals
Hierarchy — Using a Modular Scale
A modular scale can help you create a full
system of typographic hierarchy.

Heading Level 1

24px @ 1:1.618

29px @ 1:1.618

63px heading

Heading Level 2

generated by http://modularscale.com

47px heading

Heading Level 3

39px heading

Heading Level 4

29px heading

Heading Level 5

76px heading

24px text
29px line-height

!
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

body {
font-size: 100%; } /* usually 16px */
!

p {
font-size: 1.5em; } /* 24px @ 100% */
!

h1 {
font-size: 4.75em; } /* 76px @ 100% */
!

h2 {
font-size: 3.9375em; } /* 63px @ 100% */

fresh tilled soil

Typography Fundamentals
Hierarchy — Color
Color changes are another way to establish a
difference in hierarchy.
same color as text

contrasting color

fresh tilled soil

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

p {
color: black; }
!

h1, h2, h3, h4, h5, h6 {
color: blue; }

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

Typography Fundamentals
Hierarchy — Value
Changing the value, or relative lightness/
darkness, will set two elements apart.
same value as text

contrasting value

fresh tilled soil

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

p {
color: rgb(128, 128, 128); }
!

h1, h2, h3, h4, h5, h6 {
color: rgb(0, 0, 0); }

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

Typography Fundamentals
Hierarchy — Style
A different style is an effective way to set
visual distinctiveness.
same style as text

contrasting style

fresh tilled soil

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

p {
font-weight: normal; }
!

h1, h2, h3, h4, h5, h6 {
font-weight: bold; }

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

Typography Fundamentals
Hierarchy — Placement
The placement of text also helps to
determine hierarchy.
same alignment
as text

contrasting
placement

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

p {
margin: 0 0 1em 0; }
!

h1, h2, h3, h4, h5, h6 {
margin: 0 0 2em -1em; }

A Heading For This Text Block
A worker climbs to the top of the crate. The search lights are
trained on the door. The riflemen throw the bolts on their rifles
and crack their stun guns, sending arcs of current cracking
through the air.

fresh tilled soil

Typography Fundamentals
Choice — Features
The first step in choosing a typeface is to make sure it has all the features you need for
what a project demands.
!

High-quality typefaces feature a complete character set, a variety of weights and styles,
several types of numbers, and can even go as far as supporting different languages.

fresh tilled soil

Typography Fundamentals
Choice — Features
Some typefaces have extensive style options.
Helvetica Neue Bold

Helvetica Neue Bold Italic

Helvetica Neue Medium

Helvetica Neue Italic

Helvetica Neue Regular


Helvetica Neue Light Italic

Helvetica Neue Light

Helvetica Neue Ultralight Italic

Helvetica Neue Ultralight

fresh tilled soil

Typography Fundamentals
Choice — Features
Others have multiple types of numbers, which can be vital for certain projects.

monospaced, uppercase

monospaced, lowercase

fresh tilled soil

proportionally spaced, uppercase

proportionally spaced, lowercase

Typography Fundamentals
Choice — Features
Not all projects call for just a Latin language character set.

abcdefghijklmnopqrstuvwxyz
latin

абвгдеёжзийклмнопрстуфхцчшщъыьэюя
cyrillic

αβγδεζηθικλμνξοπρσςτυφχψω
greek

fresh tilled soil

Typography Fundamentals
Choice — Pairing
When pairing typefaces look for similar forms, but also look to create some contrast
between them. If they’re too similar then there’s no point in using them both.

the quick brown fox jumped over the lazy
Bodoni with Futura

the quick brown fox jumped over the lazy
Helvetica with Garamond

the quick brown fox jumped over the lazy
Baskerville with Univers

fresh tilled soil

Typography Fundamentals
Choice — Personality
The character of the typeface you use can completely change a word’s meaning.

sophisticated sophisticated
classy classy
sweet s w e e t

fresh tilled soil

Typography Fundamentals
Examples — Minimalissimo.com

fresh tilled soil

Typography Fundamentals
Examples — WalkaboutNYC.com

fresh tilled soil

Typography Fundamentals
Examples — Mailchimp.Com/2012

fresh tilled soil

Typography Fundamentals
Examples — Hlvticons.ch

fresh tilled soil

Typography Fundamentals
Examples — ElliotJayStocks.com

fresh tilled soil

Typography Fundamentals
Examples — co-opbranding.com

fresh tilled soil

Typography Fundamentals
Examples — blackestate.co.nz

fresh tilled soil

Typography Fundamentals
Implementing Type On The Web
02
The good, the bad & the ugly

fresh tilled soil

Typography Fundamentals
The State of Web Type
The state of typography on the web is, in a word, frustrating.
Many of the things I just showed you either can’t be done, or are very hard to do.

(you’re welcome)

fresh tilled soil

Typography Fundamentals
The State of Web Type
But they’re very important to know. Why?
1. You need to be able to work around your own limitations.
2.These techniques are creeping into specifications and plugins.
3.Many of your competitors will be using them to improve their products.

fresh tilled soil

Typography Fundamentals
The State of Web Type
Print-quality type is becoming possible on the web. Embrace it or fall behind.

fresh tilled soil

Typography Fundamentals
Serving Web Fonts — Defaults
There are certain fonts you can reasonably expect to be installed on most devices. To
cover your bases you call them with a font stack in your css.

h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial, sans-serif; }
!

p {
font-family: 'Times New Roman', Georgia, serif; }

fresh tilled soil

Typography Fundamentals
Serving Web Fonts — Defaults
These fonts are very basic. They work, and they’re consistent, but they aren’t great.

Times New Roman
Georgia
Helvetica / Arial!
Verdana

fresh tilled soil

Typography Fundamentals
Serving Web Fonts — @font-face and font Services
To get something more interesting you can:
• store font files on your site and use @font-face in css.
• use a font service like Typekit or Google Web Fonts.

fresh tilled soil

Typography Fundamentals
Serving Web Fonts — @font-face
I put together a SASS mixin for bulletproof @font-face that you can find here:
http://codepen.io/cfarm/pen/arBLb
@font-face {
font-family: 'MyWebFont';
src: url('webfont.eot'); /* IE9 Compatability Modes */
src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('webfont.woff') format('woff'), /* Modern Browsers */
url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('webfont.svg#MyWebFont') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
!

p { font-family: 'MyWebFont', Helvetica, Arial, sans-serif; }
Derived from this research http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/

fresh tilled soil

Typography Fundamentals
Serving Web Fonts — Font Services
Typekit and Google Web Fonts allow you to serve a variety of fonts from their servers with
a snippet of code in your html.

<!-- Typekit embed code -->
<script type="text/javascript" src="//use.typekit.net/ssj0eha.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
!

<!-- Google Web Fonts embed code -->
<link href='http://fonts.googleapis.com/css?family=Gafata' rel='stylesheet'
type='text/css'>

fresh tilled soil

Typography Fundamentals
Serving Web Fonts — Font Services
Then, you just add the typeface’s name to your font stacks in your css.

h1, h2, h3, h4, h5, h6 { /* Google Web Fonts */
font-family: 'Gafata', Helvetica, Arial, sans-serif; }
!

p { /* Typekit */
font-family: 'source-sans-pro', source-sans-pro, Arial, sans-serif; }

fresh tilled soil

Typography Fundamentals
Resources
03

The good, the bad & the ugly

fresh tilled soil

Typography Fundamentals
Resources

Thinking With Type

thinkingwithtype.com

=

fresh tilled soil

Typography Fundamentals
Resources

The Elements of
Typographic Style

webtypography.net

=

fresh tilled soil

Typography Fundamentals
Resources

practicaltypography.com

fresh tilled soil

Typography Fundamentals
Resources

ia.net/blog

fresh tilled soil

Typography Fundamentals

More Related Content

What's hot

Basics of typography kerning
Basics of typography kerningBasics of typography kerning
Basics of typography kerningalfiyafalak
 
Good practises in graphic design, typography and editing: “Clear Layout. Basi...
Good practises in graphic design, typography and editing: “Clear Layout. Basi...Good practises in graphic design, typography and editing: “Clear Layout. Basi...
Good practises in graphic design, typography and editing: “Clear Layout. Basi...Tomasz Charnas
 
Graphic Design Elements and Principles - Tips and inspiration
Graphic Design Elements and Principles - Tips and inspirationGraphic Design Elements and Principles - Tips and inspiration
Graphic Design Elements and Principles - Tips and inspirationShahria Hossain
 
Graphic design for marketing professionals
Graphic design for marketing professionalsGraphic design for marketing professionals
Graphic design for marketing professionalsJason Tham
 
Typography Essentials: Part 2
Typography Essentials: Part 2Typography Essentials: Part 2
Typography Essentials: Part 2Jennifer Janviere
 
Graphic design by Muhammad Mujeeb Riaz
Graphic design by Muhammad Mujeeb RiazGraphic design by Muhammad Mujeeb Riaz
Graphic design by Muhammad Mujeeb RiazMujeeb Riaz
 
1.01 Typography
1.01 Typography1.01 Typography
1.01 TypographyMsGilbert
 
Introduction to Layouts in Graphic Design
Introduction to Layouts in Graphic DesignIntroduction to Layouts in Graphic Design
Introduction to Layouts in Graphic DesignCasey Robertson
 
Fundamental of typography
Fundamental of typographyFundamental of typography
Fundamental of typographyRayn HOWAYEK
 
How to design - Graphic design theory
How to design - Graphic design theoryHow to design - Graphic design theory
How to design - Graphic design theoryAbanoub Hanna
 
Graphic Design For non graphic designers
Graphic Design For non graphic designersGraphic Design For non graphic designers
Graphic Design For non graphic designersshira73
 
WHAT IS GRAPHIC DESIGN? (Intro to GD, Wk 1)
WHAT IS GRAPHIC DESIGN? (Intro to GD, Wk 1)WHAT IS GRAPHIC DESIGN? (Intro to GD, Wk 1)
WHAT IS GRAPHIC DESIGN? (Intro to GD, Wk 1)Shawn Calvert
 
Basics of typography hierarchy
Basics of typography hierarchyBasics of typography hierarchy
Basics of typography hierarchyalfiyafalak
 

What's hot (20)

Basics of typography kerning
Basics of typography kerningBasics of typography kerning
Basics of typography kerning
 
Good practises in graphic design, typography and editing: “Clear Layout. Basi...
Good practises in graphic design, typography and editing: “Clear Layout. Basi...Good practises in graphic design, typography and editing: “Clear Layout. Basi...
Good practises in graphic design, typography and editing: “Clear Layout. Basi...
 
Graphic Design Elements and Principles - Tips and inspiration
Graphic Design Elements and Principles - Tips and inspirationGraphic Design Elements and Principles - Tips and inspiration
Graphic Design Elements and Principles - Tips and inspiration
 
Typography
TypographyTypography
Typography
 
Graphic Design 101
Graphic Design 101Graphic Design 101
Graphic Design 101
 
Typography
TypographyTypography
Typography
 
5 Reasons Typography is Powerful
5 Reasons Typography is Powerful5 Reasons Typography is Powerful
5 Reasons Typography is Powerful
 
Graphic design for marketing professionals
Graphic design for marketing professionalsGraphic design for marketing professionals
Graphic design for marketing professionals
 
Typography Essentials: Part 2
Typography Essentials: Part 2Typography Essentials: Part 2
Typography Essentials: Part 2
 
Graphic design by Muhammad Mujeeb Riaz
Graphic design by Muhammad Mujeeb RiazGraphic design by Muhammad Mujeeb Riaz
Graphic design by Muhammad Mujeeb Riaz
 
The typography
The typographyThe typography
The typography
 
Typography
TypographyTypography
Typography
 
1.01 Typography
1.01 Typography1.01 Typography
1.01 Typography
 
Introduction to Layouts in Graphic Design
Introduction to Layouts in Graphic DesignIntroduction to Layouts in Graphic Design
Introduction to Layouts in Graphic Design
 
Fundamental of typography
Fundamental of typographyFundamental of typography
Fundamental of typography
 
How to design - Graphic design theory
How to design - Graphic design theoryHow to design - Graphic design theory
How to design - Graphic design theory
 
Graphic Design For non graphic designers
Graphic Design For non graphic designersGraphic Design For non graphic designers
Graphic Design For non graphic designers
 
WHAT IS GRAPHIC DESIGN? (Intro to GD, Wk 1)
WHAT IS GRAPHIC DESIGN? (Intro to GD, Wk 1)WHAT IS GRAPHIC DESIGN? (Intro to GD, Wk 1)
WHAT IS GRAPHIC DESIGN? (Intro to GD, Wk 1)
 
Basics of typography hierarchy
Basics of typography hierarchyBasics of typography hierarchy
Basics of typography hierarchy
 
Graphic design slideshow
Graphic design slideshow Graphic design slideshow
Graphic design slideshow
 

Viewers also liked

Poster design Challenge
Poster design ChallengePoster design Challenge
Poster design Challengemissjessm
 
Fundamental concept of typography
Fundamental concept of typographyFundamental concept of typography
Fundamental concept of typographyAnna Zara
 
Effective poster design
Effective poster designEffective poster design
Effective poster designa_han_solo
 
Typography and Grid for Mobile Design
Typography and Grid for Mobile DesignTypography and Grid for Mobile Design
Typography and Grid for Mobile DesignSara Quinn
 
Design Fundamentals for Developers
Design Fundamentals for DevelopersDesign Fundamentals for Developers
Design Fundamentals for Developerspaultrani
 
Typography and Responsive Grids in the World of Mobile Development
Typography and Responsive Grids in the World of Mobile DevelopmentTypography and Responsive Grids in the World of Mobile Development
Typography and Responsive Grids in the World of Mobile DevelopmentTiago Pedras
 
Typography and grids
Typography and gridsTypography and grids
Typography and gridsGraeme Smith
 
FUNDAMENTAL OF GRAPHIC DESIGN - assignment I
FUNDAMENTAL OF GRAPHIC DESIGN - assignment IFUNDAMENTAL OF GRAPHIC DESIGN - assignment I
FUNDAMENTAL OF GRAPHIC DESIGN - assignment INuraini Mohd Ghani
 
Ma self portrait typography
Ma self portrait typographyMa self portrait typography
Ma self portrait typographyAllison McMath
 
Presentation1
Presentation1Presentation1
Presentation1patreng25
 
Typography object portrait posters
Typography object portrait postersTypography object portrait posters
Typography object portrait postersMetroAdDesign
 
Creative Workshop on Poster Design
Creative Workshop on Poster DesignCreative Workshop on Poster Design
Creative Workshop on Poster DesignSamsuddoha Safayat
 

Viewers also liked (15)

typography_fundamentals
typography_fundamentalstypography_fundamentals
typography_fundamentals
 
Poster design Challenge
Poster design ChallengePoster design Challenge
Poster design Challenge
 
Fundamental concept of typography
Fundamental concept of typographyFundamental concept of typography
Fundamental concept of typography
 
Effective poster design
Effective poster designEffective poster design
Effective poster design
 
Typography and Grid for Mobile Design
Typography and Grid for Mobile DesignTypography and Grid for Mobile Design
Typography and Grid for Mobile Design
 
Design Fundamentals for Developers
Design Fundamentals for DevelopersDesign Fundamentals for Developers
Design Fundamentals for Developers
 
Typography and Responsive Grids in the World of Mobile Development
Typography and Responsive Grids in the World of Mobile DevelopmentTypography and Responsive Grids in the World of Mobile Development
Typography and Responsive Grids in the World of Mobile Development
 
Typography and grids
Typography and gridsTypography and grids
Typography and grids
 
FUNDAMENTAL OF GRAPHIC DESIGN - assignment I
FUNDAMENTAL OF GRAPHIC DESIGN - assignment IFUNDAMENTAL OF GRAPHIC DESIGN - assignment I
FUNDAMENTAL OF GRAPHIC DESIGN - assignment I
 
3 Typography
3 Typography3 Typography
3 Typography
 
Poster Design
Poster DesignPoster Design
Poster Design
 
Ma self portrait typography
Ma self portrait typographyMa self portrait typography
Ma self portrait typography
 
Presentation1
Presentation1Presentation1
Presentation1
 
Typography object portrait posters
Typography object portrait postersTypography object portrait posters
Typography object portrait posters
 
Creative Workshop on Poster Design
Creative Workshop on Poster DesignCreative Workshop on Poster Design
Creative Workshop on Poster Design
 

Recently uploaded

Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRCall In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRdollysharma2066
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...Amil baba
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfAayushChavan5
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxmapanig881
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...katerynaivanenko1
 
Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVAAnastasiya Kudinova
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girlsssuser7cb4ff
 
How to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIHow to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIyuj
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree ttt fff
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一F La
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 

Recently uploaded (20)

Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRCall In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdf
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptx
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
 
Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girls
 
How to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIHow to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AI
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
 

Typography Fundamentals

  • 1. Typography Fundamentals Presented by Steve Hickey — fresh tilled soil fresh tilled soil Typography Fundamentals
  • 2. Objective My objectives today are to impart a basic understanding of the fundamental rules of good typography and to show everyone how they fit into user interface and web product design. fresh tilled soil Typography Fundamentals
  • 3. Letterform, Text, Hierarchy & CHoice 01 Typographic building blocks fresh tilled soil Typography Fundamentals
  • 5. Letterform — Anatomy ascender height cap height Bxhy overhang x height baseline descender height fresh tilled soil Typography Fundamentals
  • 6. Letterform — Classification Aao Aao Aao humanist serif — Garamond fresh tilled soil transitional serif — Baskerville modern serif — Bodoni Typography Fundamentals
  • 7. Letterform — Classification Aao Aao Aao humanist sans-serif — Gill Sans fresh tilled soil transitional sans-serif — Helvetica geometric sans-serif — Futura Typography Fundamentals
  • 8. Letterform — Punctuation -–— “” '' ˝ hyphen smart quotes fresh tilled soil en dash The sentence spanned lines 2–8 in an unbroken stream — onward it swept. Hyphens are En dashes are &ndash; Em dashes are &mdash; em dash dumb quotes primes “Look at Donny’s pet! An 8´ 7˝ tall ostrich!” Here’s a second line so that I can make a point. Double smart quotes are &ldquo; and &rdquo; Single smart quotes are &lsquo; and &rsquo; Primes are &prime; ! Nobody likes dumb quotes. They’re called dumb for a reason. Typography Fundamentals
  • 9. Text — Size Size has the greatest effect on readability of text and must be considered carefully. 20px text A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. /* different units for setting type size */ ! p { font-size: 1em; } ! 28px text A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. p { font-size: 100%; } ! p { font-size: 16px; } ! 36px text fresh tilled soil A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. p { font-size: 16pt; } Typography Fundamentals
  • 10. Text — Line-Height Line-height is the distance from baseline to baseline in a block of text. 28px text 1em line-height A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. /* line-height as multiple of text size */ ! p { font-size: 1em; line-height: 1.6; } 28px text 1.2em line-height fresh tilled soil A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. Typography Fundamentals
  • 11. Text — Measure Measure is calculated in characters or words per line in a paragraph. approx. 60 characters per line A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. /* width of paragraph set by container */ ! .container { width: 66%; } ! .container p { approx. 30 characters per line fresh tilled soil A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. font-size: 1em; line-height: 1.6; width: 100%; } Typography Fundamentals
  • 12. Text — Alignment Text alignment has multiple options that affect readability. left aligned A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. right aligned A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. /* default is left aligned */ ! p.text-align-left { text-align: left; } ! p.text-align-right { text-align: right; } ! center aligned A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. justified A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. p.text-align-center { text-align: center; } ! p.text-align-justified { text-align: justified; } fresh tilled soil Typography Fundamentals
  • 13. Text — Tracking Tracking is an adjustment of the space 
 between all characters in a block of text. “Anyone who would letterspace the lowercase would shag sheep.” text with normal tracking A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. Frederic Goudy /* all caps and letterspaced headers */ ! h1, h2, h3, h4, h5, h6 { text-transform: uppercase; letter-spacing: 0.25em; } text with 10% tracking fresh tilled soil A worker climbs to the top of the crate. The search lig hts are tra ine d on the door. The riflemen throw the bolts on their rifles and crack their stun g uns, sending arcs of current cracking throug h the a ir. Typography Fundamentals
  • 14. Text — Kerning Kerning is an adjustment of the space 
 between two characters. un-kerned pairing Tyson /* ligatures/kerning in some browsers */ ! h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; } ! /* control spacing with Kerning.JS */ kerned pairing fresh tilled soil Tyson ! #kern-me { -letter-kern: 1px 1px 0 0 0 1px 0 2px; } Typography Fundamentals
  • 15. Text — How To Make It Sing All of these traits must be balanced in a block of text. There are no absolute rules as to what works, but there are guidelines. Font-size: Start around 16px/1em for web type. It needs to be larger than print. Line-Height: Use a multiple of 1.3 to 1.6 times the font size. Measure: Kerning: Larger text makes errors more obvious, requiring custom kerning. Tracking: Use default in the lowercase, space it out a bit in the uppercase. Alignment: fresh tilled soil Use 50 to 75 characters or 12 words per line. Left-aligned, or justified if you have a high level of control. Typography Fundamentals
  • 16. Text — How To Make It Sing A good block of text looks grey if you un-focus your eyes a bit. fresh tilled soil Typography Fundamentals
  • 17. Hierarchy — Scale Scale differences are the quickest way to create an obvious hierarchy. 28px heading 28px text A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. body { font-size: 100%; } /* usually 16px */ ! p { font-size: 1.75em; } /* 28px @ 100% */ ! h1 { 45px heading 28px text fresh tilled soil A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. font-size: 2.8125em; } /* 45px @ 100% */ ! h2 { font-size: 2.625em; } /* 42px @ 100% */ Typography Fundamentals
  • 18. Hierarchy — Using a Modular Scale A modular scale can help you create a full system of typographic hierarchy. Heading Level 1 24px @ 1:1.618
 29px @ 1:1.618 63px heading Heading Level 2 generated by http://modularscale.com 47px heading Heading Level 3 39px heading Heading Level 4 29px heading Heading Level 5 76px heading 24px text 29px line-height ! A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. body { font-size: 100%; } /* usually 16px */ ! p { font-size: 1.5em; } /* 24px @ 100% */ ! h1 { font-size: 4.75em; } /* 76px @ 100% */ ! h2 { font-size: 3.9375em; } /* 63px @ 100% */ fresh tilled soil Typography Fundamentals
  • 19. Hierarchy — Color Color changes are another way to establish a difference in hierarchy. same color as text contrasting color fresh tilled soil A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. p { color: black; } ! h1, h2, h3, h4, h5, h6 { color: blue; } A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. Typography Fundamentals
  • 20. Hierarchy — Value Changing the value, or relative lightness/ darkness, will set two elements apart. same value as text contrasting value fresh tilled soil A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. p { color: rgb(128, 128, 128); } ! h1, h2, h3, h4, h5, h6 { color: rgb(0, 0, 0); } A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. Typography Fundamentals
  • 21. Hierarchy — Style A different style is an effective way to set visual distinctiveness. same style as text contrasting style fresh tilled soil A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. p { font-weight: normal; } ! h1, h2, h3, h4, h5, h6 { font-weight: bold; } A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. Typography Fundamentals
  • 22. Hierarchy — Placement The placement of text also helps to determine hierarchy. same alignment as text contrasting placement A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. p { margin: 0 0 1em 0; } ! h1, h2, h3, h4, h5, h6 { margin: 0 0 2em -1em; } A Heading For This Text Block A worker climbs to the top of the crate. The search lights are trained on the door. The riflemen throw the bolts on their rifles and crack their stun guns, sending arcs of current cracking through the air. fresh tilled soil Typography Fundamentals
  • 23. Choice — Features The first step in choosing a typeface is to make sure it has all the features you need for what a project demands. ! High-quality typefaces feature a complete character set, a variety of weights and styles, several types of numbers, and can even go as far as supporting different languages. fresh tilled soil Typography Fundamentals
  • 24. Choice — Features Some typefaces have extensive style options. Helvetica Neue Bold Helvetica Neue Bold Italic Helvetica Neue Medium Helvetica Neue Italic Helvetica Neue Regular Helvetica Neue Light Italic Helvetica Neue Light Helvetica Neue Ultralight Italic Helvetica Neue Ultralight fresh tilled soil Typography Fundamentals
  • 25. Choice — Features Others have multiple types of numbers, which can be vital for certain projects. monospaced, uppercase monospaced, lowercase fresh tilled soil proportionally spaced, uppercase proportionally spaced, lowercase Typography Fundamentals
  • 26. Choice — Features Not all projects call for just a Latin language character set. abcdefghijklmnopqrstuvwxyz latin абвгдеёжзийклмнопрстуфхцчшщъыьэюя cyrillic αβγδεζηθικλμνξοπρσςτυφχψω greek fresh tilled soil Typography Fundamentals
  • 27. Choice — Pairing When pairing typefaces look for similar forms, but also look to create some contrast between them. If they’re too similar then there’s no point in using them both. the quick brown fox jumped over the lazy Bodoni with Futura the quick brown fox jumped over the lazy Helvetica with Garamond the quick brown fox jumped over the lazy Baskerville with Univers fresh tilled soil Typography Fundamentals
  • 28. Choice — Personality The character of the typeface you use can completely change a word’s meaning. sophisticated sophisticated classy classy sweet s w e e t fresh tilled soil Typography Fundamentals
  • 29. Examples — Minimalissimo.com fresh tilled soil Typography Fundamentals
  • 30. Examples — WalkaboutNYC.com fresh tilled soil Typography Fundamentals
  • 31. Examples — Mailchimp.Com/2012 fresh tilled soil Typography Fundamentals
  • 32. Examples — Hlvticons.ch fresh tilled soil Typography Fundamentals
  • 33. Examples — ElliotJayStocks.com fresh tilled soil Typography Fundamentals
  • 34. Examples — co-opbranding.com fresh tilled soil Typography Fundamentals
  • 35. Examples — blackestate.co.nz fresh tilled soil Typography Fundamentals
  • 36. Implementing Type On The Web 02 The good, the bad & the ugly fresh tilled soil Typography Fundamentals
  • 37. The State of Web Type The state of typography on the web is, in a word, frustrating. Many of the things I just showed you either can’t be done, or are very hard to do. (you’re welcome) fresh tilled soil Typography Fundamentals
  • 38. The State of Web Type But they’re very important to know. Why? 1. You need to be able to work around your own limitations. 2.These techniques are creeping into specifications and plugins. 3.Many of your competitors will be using them to improve their products. fresh tilled soil Typography Fundamentals
  • 39. The State of Web Type Print-quality type is becoming possible on the web. Embrace it or fall behind. fresh tilled soil Typography Fundamentals
  • 40. Serving Web Fonts — Defaults There are certain fonts you can reasonably expect to be installed on most devices. To cover your bases you call them with a font stack in your css. h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; } ! p { font-family: 'Times New Roman', Georgia, serif; } fresh tilled soil Typography Fundamentals
  • 41. Serving Web Fonts — Defaults These fonts are very basic. They work, and they’re consistent, but they aren’t great. Times New Roman Georgia Helvetica / Arial! Verdana fresh tilled soil Typography Fundamentals
  • 42. Serving Web Fonts — @font-face and font Services To get something more interesting you can: • store font files on your site and use @font-face in css. • use a font service like Typekit or Google Web Fonts. fresh tilled soil Typography Fundamentals
  • 43. Serving Web Fonts — @font-face I put together a SASS mixin for bulletproof @font-face that you can find here: http://codepen.io/cfarm/pen/arBLb @font-face { font-family: 'MyWebFont'; src: url('webfont.eot'); /* IE9 Compatability Modes */ src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('webfont.woff') format('woff'), /* Modern Browsers */ url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('webfont.svg#MyWebFont') format('svg'); /* Legacy iOS */ font-weight: normal; font-style: normal; } ! p { font-family: 'MyWebFont', Helvetica, Arial, sans-serif; } Derived from this research http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ fresh tilled soil Typography Fundamentals
  • 44. Serving Web Fonts — Font Services Typekit and Google Web Fonts allow you to serve a variety of fonts from their servers with a snippet of code in your html. <!-- Typekit embed code --> <script type="text/javascript" src="//use.typekit.net/ssj0eha.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> ! <!-- Google Web Fonts embed code --> <link href='http://fonts.googleapis.com/css?family=Gafata' rel='stylesheet' type='text/css'> fresh tilled soil Typography Fundamentals
  • 45. Serving Web Fonts — Font Services Then, you just add the typeface’s name to your font stacks in your css. h1, h2, h3, h4, h5, h6 { /* Google Web Fonts */ font-family: 'Gafata', Helvetica, Arial, sans-serif; } ! p { /* Typekit */ font-family: 'source-sans-pro', source-sans-pro, Arial, sans-serif; } fresh tilled soil Typography Fundamentals
  • 46. Resources 03 The good, the bad & the ugly fresh tilled soil Typography Fundamentals
  • 47. Resources Thinking With Type thinkingwithtype.com = fresh tilled soil Typography Fundamentals
  • 48. Resources The Elements of Typographic Style webtypography.net = fresh tilled soil Typography Fundamentals