Fonts.

Slides:



Advertisements
Similar presentations
WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli Instructor: Wednesday: 10:15 -11:15 Week 3.
Advertisements

Cascading Style Sheets Based on Castro, HTML for the WWW, 6 th edition Ron Gerton, Fall 2007.
More Information on Graphic Design & Color: A few pointers for your websites & other e- publications Dr. Jennifer Bowie.
 CSS Presentation and layout is based on the CSS Box Model.  The CSS Box Model states that every element on a page is a rectangular box.  This includes:
Chapter Concepts Discuss Fonts Understand Fonts
The Use of Typography in Print and Electronically. [typography] “exists to honour content” Robert Bringhurst, The Elements of Typographical Style.
SM5312 week 2: web design1 Web Typography Nick Foxall.
WEB PAGES: CREATING AND MAINTAINING ** Tom Keane & Mayis SeapanInstructors: HTML Tags to format your text.
_______________________________________________________________________________________________________________ PHP Bible, 2 nd Edition1  Wiley and the.
by Office of Graduate Studies
TYPOGRAPHY vasuki belavadi reader dept. of communication s n school university of hyderabad.
1.01A – What typefaces should be used for various displays?????
The Ultimate Font PowerPoint MILLIONS OF FONTS TO RULE THEM ALL… MR. CREMONE – DESKTOP PUBLISHING.
1.01 Investigate typefaces and fonts.
7 Selecting Design and Color Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2.
Web Fonts. Choosing Fonts for a Website: Only those fonts that are installed on our viewers' computers will display properly on our web pages. For this.
Font Families By: Jonathan Bird. What is a font? First, what is a font? A font is a grouping of the same type and style of characters, often in the same.
Typography and Space for Web Design Important Issues From Web Style Guide.
Web Design – Sec 4-6 and 4-7 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2 Identify color scheme guidelines.
Typography 2.01 Investigate typefaces and fonts..
Chapter 2 TEXT.
Font Families by Anthony Asay. Font Family ●Font family or font face is the typeface that is applied to the text by a web browser. ●There are a lot of.
Text and Fonts in CSS. Customizing fonts In CSS, fonts are divided into “font families” Only certain fonts are commonly installed on most computers Therefore.
Prioritizing Web Usability Nielsen and Loranger Chapter 7: Typography: Readability and Legibility Paul Ammann SWE 432 Design.
Fonts The following CSS properties will be described: 1.Font-family 2.Font-style 3.Font-variant 4.Font-weight 5.Font-size 6.Font.
FOR WHEN YOU REALLY WANT TO BE THE LIFE OF THE PARTY FONTS!
Fonts and Typography Section 7.3. Typography Typography: the style, arrangement, and appearance of text Well designed text makes your page more readable.
Web Site Design: Layout Fall Basic Concepts Basic Web Design Concepts – Proximity – Alignment – Repetition – Contrast
Digital Media SM1001 Digital Media, Semester A School of Creative Media © Week 07, 2010.
Microsoft Expression Web 3 – Illustrated Unit F: Enhancing a Design with CSS.
Typography Graphic Design Fundamentals
Introduction to CSS. What is CSS? CSS ("Cascading Style Sheets") determines how the elements in our XHTML documents are displayed and formatted. By using.
Web Colors and Fonts.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Planning and Design.
Fonts. Choosing Fonts How text looks on our web pages is a major component of the overall appearance of our site. We need to choose our text fonts carefully,
CSS FONT STACKS. What are font stacks? Font stacks are about creating a relevant and comprehensive list of fall-back fonts.
Font Type (and S i z e ) Matters …especially for ‘distance’ viewing Serif vs. non-serif (aka…sans serif) TECHNICAL COMMUNICATONS Spring Althoff.
Changing Font After the background, the font is one of the first things people sees.
FONT EXAMPLES Computer Applications. Serif Fonts Serif fonts have small marks called “serifs” on the tops and bottoms of letters. They may be decorative.
Part 4 Text & Fonts © UNT in partnership with TEA1IT: Web Technologies - HTML Scripting.
C HOOSING THE RIGHT FONTS ON YOUR WEBSITE. Convincing images, with beautiful color combination and attractive UI/UX design is the main key that makes.
Fonts.
Working with HTML5 & DIV Structures, CSS, Webfonts and Templates
Typography.
The 5 minute design & layout
Designing Documents, Slides, and Screens
Readability and Legibility
Understanding and Applying Typography in CSS
Cascading Style Sheets Color and Font Properties
Microsoft Word - Formatting Pages
PowerPoint.
Section 7.1 Section 7.2 Identify presentation design principles
Introduction to CSS.
Applying Typography in CSS
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
Typography Basics 2.01 Investigate typefaces and fonts.
Understanding and Applying Typography in CSS
PowerPoint Design Principles.
2.01 Investigate typefaces and fonts.
Layout Terms Visual Hierarchy
HTML5 Level II Session II
Introduction to CSS.
2.01 Investigate typefaces and fonts.
Template for a 32”x 40” poster (title goes here)
Design and Implementation of Software for the Web
Web Development & Design Foundations with H T M L 5
Lesson 5 – Controlling fonts with CSS
Introduction to CSS.
Session IV Chapter 15 - How Work with Fonts and Printing
Presentation transcript:

Fonts

Choosing Fonts How text looks on our web pages is a major component of the overall appearance of our site. We need to choose our text fonts carefully, keeping in mind the following: Only those fonts that are installed on our viewers' computers will display properly on our web pages. For this reason, we are limited to a handful of so-called "web safe fonts", i.e. those fonts that are installed on nearly all computers. Whichever font we choose as primary, we should provide one or more "backup" fonts for the browser to use in case the main one is not available. Before we begin to set fonts and their backups, let's go over the list of web- safe fonts available to us and how each one looks.

Web Safe Fonts Fonts are divided into two major groups: serif and sans-serif. Here are the traditional fonts that we may use safely, since more than 99% of web visitors will have them installed on their computers: Sans-serif fonts: Arial Arial Black Century Gothic Comic Sans MS Lucida Sans Unicode Tahoma Trebuchet MS Verdana Serif fonts: Book Antiqua Courier New Georgia Palatino Linotype Times New Roman

What is a Serif? Look at the capital 'S' in the title above. It is written in Arial, a sans-serif font. s Serif fonts: Book Antiqua Courier New Georgia Palatino Linotype Times New Roman A serif is the extra flourish at the ends of letters. Serifs are intended to enhance readability, especially in physical print media, such as newspapers and magazines. A "sans-serif" font is one that does not contain serifs on its characters. These fonts are generally preferred for web pages, as they are slightly easier to read on a computer screen.

Setting Fonts and Fallbacks We are already familiar with the font-family property in CSS. Until now, we simply designated a single font: .example { font-family: Tahoma; } A better approach is to set our preferred font but also provide a second (fallback) font, and a third (final fallback) font, like this: .example { font-family: Tahoma, Arial, sans-serif; } This CSS declaration informs the web browser: "Display the text in Tahoma font. If Tahoma is not available, use Arial. If neither Tahoma nor Arial is available, use a generic sans-serif font. Additional fallback fonts may be listed, if desired. Two named fonts and the generic fallback should be considered the minimum.

CSS Font Syntax If the named font contains a space, we must enclose it in quotation marks: .example { font-family: "Palatino Linotype", "Book Antiqua", serif; } This is Palatino Linotype. This is Book Antiqua. We should choose similar fonts as fallbacks, so our page will appear quite close to our original intention, even if the primary font is unavailable. Always list either serif or sans-serif as the final entry in your list. It will be the "ultimate" fallback font, as all browsers have these generic fonts available to use.

Font Strategies When choosing fonts for your own web pages: Experiment using various fonts and sizes on your pages until you find those that match the "look and feel" for which you're aiming. Visit websites in which you find the text visually appealing. View the page source to see which fonts they are using. The Comic Sans MS font is fun and lighthearted but not appropriate for a professional website. It's OK to name a relatively exotic font in your font-family declaration, as long as you have a web safe fallback font that renders acceptably on the page. As a general web design rule, avoid using more than two different fonts on a single web page. For limited use of unusual fonts - such as in logos, headers, and navigation bars - many web designers create images containing the text and place those images on the page instead, avoiding the web safe font issue altogether.

Custom Web Fonts The CSS we are learning in this course is version 2.1. A newer version called CSS3 is under active development and one of its features is the font-face property. This property enables us to use any of hundreds of free fonts on the internet: The most recent versions of all major browsers now support CSS3 and its ability to load custom fonts directly from the web, no longer relying on fonts being installed on the local computer. For web designers, the era of being limited to web safe fonts is nearly over. Though it's important to know about custom web fonts, we will be sticking with the standard set of web safe fonts in this course.