font family

G

Guest

I am getting lots of errors on my css validation.
I have chosen TrebuchetMS as my font but it is asking what family.
I have also chosen Lucida console for my titles. Does that have a family
name?

FP 2003, XP
 
S

Steve Easton

font-family: TrebuchetMS, "Lucida Console", sans-serif, 'serif';

Note the single quotes around serif


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
M

Murray

"Trebuchet MS"

--
Murray
============

Steve Easton said:
font-family: TrebuchetMS, "Lucida Console", sans-serif, 'serif';

Note the single quotes around serif


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
..............................with a computer
 
S

Steve Easton

oops, I just copied and pasted from the original text

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
M

Murray

Heh - I figured as much....

--
Murray
============

Steve Easton said:
oops, I just copied and pasted from the original text

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
..............................with a computer
 
S

Steve Easton

Wasn't in the mood to scroll through 280 fonts to verify the spelling.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
G

Guest

The font is TrebuchetMS
What is the family?
The font is Lucida Console
What is the family?

I am doing this to validate my css (as you suggested/implied)
It is my undertanding that using the family and the font allows substitution
in disagreeable browsers.
FP is inserting the word font family in the css when I select a font.
What is your website url?
Thanx
bill
 
J

Jon Spivey

Hi Bill,
Font family takes your first font then if that isn't available uses your
next choice etc. Basically start with the font you like then go through the
options until you arrive at the last resort which is a serif font (with
twiddly bits on the letters - eg times new roman) or without (eg arial).
Trebuchet is a sans serif font so your family would be

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

Note there's a space in Trebuchet MS which means it needs quotes around.

--
Cheers,
Jon
Microsoft MVP


Bill gold said:
The font is TrebuchetMS
What is the family?
The font is Lucida Console
What is the family?

I am doing this to validate my css (as you suggested/implied)
It is my undertanding that using the family and the font allows
substitution
in disagreeable browsers.
FP is inserting the word font family in the css when I select a font.
What is your website url?
Thanx
bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top