How to Use the Typography Settings

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

(Difference between revisions)
(Typography Areas)
Line 15: Line 15:
 
#'''Inputs and Textareas''' changes the font inside of your text inputs and text areas. (Comment forms are an example)
 
#'''Inputs and Textareas''' changes the font inside of your text inputs and text areas. (Comment forms are an example)
  
==Typography Areas==
+
==Changing Fonts==
 
+
Lets take a look at the different text areas that you can edit.
+
  
 
To edit a font:
 
To edit a font:
 +
 
#Click on the current font and select a new one from the drop down menu.  
 
#Click on the current font and select a new one from the drop down menu.  
 
#Save your settings
 
#Save your settings
 +
 +
It's that easy!
 +
 +
==Editing the font Styles==
 +
 +
The Typography settings will also allow you to control elements of the font styling.
 +
 +
You can change the following options:
 +
#'''Letter Spacing''' will increase the distance between individual letters in a word
 +
#'''Text-Transform''' can change the case of all of the text in the element. The options are:
 +
* UPPERCASE
 +
* Capitalize
 +
* lowercase
 +
#'''Varient''' allows you to select Small-Caps which will make your text UPPERCASE but maintain the increased size of capitalized letters
 +
#'''Weight''' lets you change the text from normal to bold or light
 +
#'''Style''' changes the text from normal to italics
 +
 +
==Advanced Options==
 +
 +
With the advanced options settings you can add other HTML tags which you would like to apply your Typography settings to.
 +
 +
For example the Text Headers settings apply to H1, H2, H3 tags by default. If you added 'strong' to the box any parts of your site that used <strong></strong> HTML tags (that is any text that appears bold) would now use your custom font settings.

Revision as of 02:44, 21 September 2011

The Typography settings in PageLines allow you to change the fonts that appear on your website.

No need for html or css to make changes to the most common place that you might want to change your fonts.

If you have the need for fonts in specific areas of your site you can always add your own in the custom code section.

Contents

Overview

Typography Overview
Typography Overview

There are four different classes of font types that you can change from the Typography settings.

These are:

  1. Text Headers which will change the font of your site's header tags(H1, H2, H3...)
  2. Primary Font changes the standard font used across the site content(body)
  3. Secondary Font will change the fonts used for your sites secondary or sub title text (Metabar, Sub Title, etc.)
  4. Inputs and Textareas changes the font inside of your text inputs and text areas. (Comment forms are an example)

Changing Fonts

To edit a font:

  1. Click on the current font and select a new one from the drop down menu.
  2. Save your settings

It's that easy!

Editing the font Styles

The Typography settings will also allow you to control elements of the font styling.

You can change the following options:

  1. Letter Spacing will increase the distance between individual letters in a word
  2. Text-Transform can change the case of all of the text in the element. The options are:
  • UPPERCASE
  • Capitalize
  • lowercase
  1. Varient allows you to select Small-Caps which will make your text UPPERCASE but maintain the increased size of capitalized letters
  2. Weight lets you change the text from normal to bold or light
  3. Style changes the text from normal to italics

Advanced Options

With the advanced options settings you can add other HTML tags which you would like to apply your Typography settings to.

For example the Text Headers settings apply to H1, H2, H3 tags by default. If you added 'strong' to the box any parts of your site that used HTML tags (that is any text that appears bold) would now use your custom font settings.