Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Typography in Web Design: How to Change Your Fonts

JJ Springer
May 01, 2013

Typography in Web Design: How to Change Your Fonts

Slides for the talk that I gave at the North County San Diego WordPress Meetup group. If you are ever in the neighborhood, stop by: http://www.meetup.com/WordPress-San-Diego/

JJ Springer

May 01, 2013
Tweet

More Decks by JJ Springer

Other Decks in Design

Transcript

  1. TYPOGRAPHY IN WEB DESIGN: A HOW-TO GUIDE TO CHANGING FONTS

    Download slides at speakerdeck.com/jjspringer/
  2. OVERVIEW 1. Purpose of design in the web 2. Catergories

    of typefaces 3. Creating hierarchy 4. How to use Google Web Fonts 5. Using WP Google Fonts Plugin 6. Typekit, a professional paid option 7 . @font-face using FontSquirrel
  3. DESIGN MATTERS • Confusing • No authority • Hurts the

    eyes • Where’s the info • Untrustworthy • What’s the message?
  4. DESIGN MATTERS • Boring • Not exciting • Amatuer •

    Quickly done • Easier to read, but I wonder how much you really care
  5. DESIGN MATTERS • Interesting • Easy info • Exciting •

    Authorative • Professional • Can finally focus on the cute cat!
  6. What is the purpose of a website? also for pictures

    of cool cats TO CONVEY INFORMATION!! &
  7. SLAB SERIFS Light weights: feminine, deliciate, frail Heavy weights: bold,

    daring, attention-seeking *Serifs and line width are the same* RT
  8. SANS SERIFS Modern, Laid-Back, Impactful EASY TO READ! - Good

    for older audiences, non-native speakers, people with learning disabilities, and great at small sizes IMAGE COPYRIGHTED ADOBE TYPEKIT
  9. FONTS TO NOT USE! Blackletter - Hard to Read Novelity

    Fonts - No one takes me seriously Cursive Fonts - Doesn’t render well
  10. WHAT TO USE AND WHERE 1. Catergorize • Too many

    menu items • All on homepage • Confusing I don’t know where to look to find what I want
  11. WHAT TO USE AND WHERE 2. Prioritize • Things are

    grouped, but not clear • What do you want to show first? Easy to read, hard to find what I’m looking for
  12. CREATE HIERARCHY You need to know what you need to

    assign values to, so break down your info h1 - Site Title h2 - Page Headline h3 - Tagline h4 - Section Headline
  13. VISUAL WEIGHT The more important the information, the more visual

    weight. Where does my eye go? bold, ALL CAPS, Size, HighContrast, Color
  14. BODY COPY Body copy is the majority of your information

    “Copy” is a term for the written content of a web or print piece Headlines are interesting & bold Body copy is helpful & boring
  15. GOOGLE WEB FONTS Download the fonts for Photoshop Type a

    statement you want to preview Select options you want
  16. GOOGLE WEB FONTS Click Arrows and Sliders to Change the

    Options Fonts will Automatically Update
  17. GOOGLE WEB FONTS Click on pop out button to see

    all glyphs, font faces, and copyright info
  18. GOOGLE WEB FONTS Click “Add to Collection” button when done

    and bottom box pops up. Click the “Use” button to continue.
  19. Click which fonts you want to download from the selected

    typeface Google will warn you how long your fonts will take to load Google will give you the code to add and how to use it in your CSS
  20. GOOGLE WEB FONTS Locate the CSS code you want to

    apply font to Paste Google CSS code here. Then save and refresh browser
  21. WP GOOGLE FONTS PLUGIN Plugin, Free Service, Easy, Minimal Coding

    Experience Required wordpress.org/extend/plugins/wp-google-fonts/
  22. WP GOOGLE FONTS Click on the drop-down menu and select

    which font you want Install and activate the plugin. Click “Settings” button This always lives in menu under “Settings”
  23. WP GOOGLE FONTS Click on the element from a pre-selected

    list Or type in your own CSS Click “Save All Fonts”
  24. @FONTFACE (USING FONTSQUIRREL) Not used as much anymore, FS fonts

    are 100% free for commercial use, Turn your own font into a web font fontsquirrel.com
  25. FONTSQUIRREL Can make any @fontface from fonts that you create

    or own (check copyright first before making fonts) Search by category Search by name
  26. FONTSQUIRREL Click on the font that you are interested in

    Tells you if there are different styles of this font available
  27. FONTSQUIRREL You can select which font formats you want to

    download, just go ahead and download them all. Different browsers render the fonts differently, so you need various formats so everyone can see your fonts
  28. FONTSQUIRREL Zipped file will include the CSS code, the font

    in different formats, a license (that includes copyright), and normally a demo of the font so you can test it
  29. FONTSQUIRREL You will need to pull over those fonts into

    your theme folder. I recommend making a new folder called “fonts” just to keep everything clean
  30. FONTSQUIRREL Now open the CSS file they gave you. Add

    fonts/ in front all fonts in the url to make sure that they link properly
  31. FONTSQUIRREL Copy the CSS and paste it in the style

    sheet in your theme. I paste it at the bottom. Make sure to properly comment your style sheet
  32. FONTSQUIRREL Locate your code and add font-family For @font-face you

    need to a the ‘ around the whole name. Make sure you select the correct one, different weights are called out differently. Save and refresh. Changes should be there. font-family: ‘Font Name’, sans-serif;
  33. FONTSQUIRREL Now notice the rendering issues that can occur and

    that’s why @font-face isn’t being used as much anymore Firefox Chrome
  34. ADDITIONAL INFO Questions?!? Thanks everyone! Now go and make the

    web beautiful! Download slides at speakerdeck.com/jjspringer/