Mastering web typography

26
www.stikoo.co.uk - @stikoo

description

My Forefront Leeds presentation on "Mastering Web Typography" Follow up blog posts here... http://www.stikoo.co.uk/blog/2014/03/mastering-web-typography-pt-1 http://www.stikoo.co.uk/blog/2014/06/mastering-web-typography-pt-2

Transcript of Mastering web typography

Page 1: Mastering web typography

www.stikoo.co.uk - @stikoo

Page 2: Mastering web typography
Page 3: Mastering web typography
Page 4: Mastering web typography
Page 5: Mastering web typography

Faux bold text in the middle Faux italic text in the middle

Page 6: Mastering web typography
Page 7: Mastering web typography

Regular

Italic

Bold

Bold Italic

Page 8: Mastering web typography
Page 9: Mastering web typography

@font-face{ font-family: "Gotham SSm A"; font-weight:200; font-style:normal; }

@font-face{ font-family: "Gotham SSm A"; font-weight:400; font-style:normal; }

@font-face{ font-family: "Gotham SSm A"; font-weight:700; font-style:normal; }

@font-face{ font-family: "Gotham SSm A"; font-weight:800; font-style:normal; }

*url() removed for brevity due to them being huge base64 data uri's

Page 10: Mastering web typography

@font-face { font-family: "Open Sans"; font-weight: 400; font-style: normal; }

@font-face { font-family: "Open Sans"; font-weight: 600; font-style: normal; }

*url() removed for brevity

Page 11: Mastering web typography
Page 12: Mastering web typography
Page 13: Mastering web typography
Page 14: Mastering web typography

@font-face {

font-family: 'Open Sans';

font-style: normal;

font-weight: 400;

src: url(...);

format('embedded-opentype');

}

*url() removed for brevity

Page 15: Mastering web typography

@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: normal; }

@font-face { font-family: 'Open Sans Bold'; font-style: normal; font-weight: bold; }

@font-face { font-family: 'Open Sans Italic'; font-style: italic; font-weight: normal; }

@font-face { font-family: 'Open Sans Bold Italic'; font-style: italic; font-weight: bold; }

*url() and format() removed for brevity

Page 16: Mastering web typography
Page 17: Mastering web typography
Page 18: Mastering web typography
Page 19: Mastering web typography
Page 20: Mastering web typography
Page 21: Mastering web typography

13px/20px - 300px wide

13px/22px - 600px wide

Page 22: Mastering web typography
Page 23: Mastering web typography

●●●

●●●●

Page 24: Mastering web typography

●●●●●●●

Page 25: Mastering web typography
Page 26: Mastering web typography