Google Fonts for Dreamweaver CS6

  • View
    2.743

  • Download
    3

  • Category

    Design

Preview:

Citation preview

Here you will learn the steps to add Google font to one tag on your Dreamweaver CS6 page

Create a new Dreamweaver page using 2 column fixed, left sidebar, header and footer

Select the heading on the page. h1

Go to www.google.com/webfonts

Find a font you like and select Quick-use. Here you will see how long it takes to load and the code to be added to your web page.

Open Dreamweaver html page to code view. Insert font code after <head>

Select the heading on the page. <h1>

Go to Properties panel choose Edit Rule> New Rule>

<New CSS Rule>

New Selector Type> Choose Tag for all <h1> tags. Then click OK.

Select font name and add to Font-family in Type panel with out any ‘’.

Check to see if the h1 tag is your font. The new font fill not be seen until on viewed Live.

Live view will show the font for <h1>. Also you can use a Class tag and add font family.

Recommended