Formatting of fonts

User 1970050 Photo


Registered User
151 posts

I've just downloaded this software and started playing with it. I can't see how to make a default font. The font wizard doesn't look like the one in the instructions. Mine is much simpler and there's no way to make a font the default. Having to manually change each text entry is not good.
Marilyn near Las Vegas

www.marilynweil.com - VSD, CCD pro, SCC pro
www.elioness.com (web graphics)
www.mdweil.com (travel photos)
User 42578 Photo


Ambassador
1,176 posts

The best way to add your font selections is to use a CSS style sheet.

Here is a sample of what you can include:
---start---
body {
font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
font-size: 2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
font-size: 1.6em;
color: #000000;
font-weight: bold;
}
h3 {
font-size: 1.4em;
}
---end---
save the above as a text file and name it e.g. fonts.css

Then on every page you make, create a link to that file and put it in the header.

Link would look like this:
<link href="fonts.css" rel="stylesheet" type="text/css" />

Mike...
..........................................
http://www.wpdfd.com
User 1970050 Photo


Registered User
151 posts

Thanks Mike, however I expect the program to do that for me. If it won't then, I'll use something else or get a refund.
Marilyn near Las Vegas

www.marilynweil.com - VSD, CCD pro, SCC pro
www.elioness.com (web graphics)
www.mdweil.com (travel photos)
User 103173 Photo


VP of Software Development
0 posts

Say it with me... Trial version!! :)

What you are trying to do with the Font Wizard just doesn't have that feature, but you can do what Mike described in CSS to accomplish it.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 1970050 Photo


Registered User
151 posts

I started out to get the trial version and somehow I downloaded the paid version :/ But, hey, my mistake. I'm not really a fan of CSS. Maybe it's easier to use in HTML Editor than in Dreamweaver... we'll see.
Marilyn near Las Vegas

www.marilynweil.com - VSD, CCD pro, SCC pro
www.elioness.com (web graphics)
www.mdweil.com (travel photos)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.