Topic: font-family not working... so, huh? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Milwaukee |
posted 01-29-2003 23:25
My homepage has font-family defined in its body class. The exact definition is code: body {
code: p {
|
Paranoid (IV) Inmate From: Raleigh, NC |
posted 02-01-2003 20:19
are you using tables? if so, put the font-family property in your CSS for the TD's |
Maniac (V) Inmate From: under the bed |
posted 02-01-2003 21:02
I have to say that I am at a loss here.... |
Maniac (V) Inmate From: there...no..there..... |
posted 02-03-2003 22:42
not sure, but could it have something to do with the quotes around the times new roman. |
Maniac (V) Inmate From: there...no..there..... |
posted 02-03-2003 22:47
ah, I think I found something here. Not sure. code: div.main {
|
Paranoid (IV) Inmate From: Milwaukee |
posted 02-03-2003 23:22
I just tried it without the "times new roman" in there at all; and with a div {font family: blah blah blah} statement. No dice either way. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-03-2003 23:26
If it's only a couple browsers with the problem, it may very well be a bug. Try searching google? |
Maniac (V) Inmate From: Seoul, Korea |
posted 02-04-2003 00:07
I'm baffled as well, but DL was right when he said it shouldn't matter whether the text is in a table or div or whatever. If you style the paragraph element, those styles will carry over no matter where the <p> is located (unless you specify otherwise). |
Paranoid (IV) Inmate From: Milwaukee |
posted 02-04-2003 02:23
Well well well! Thanks for suggesting the bug idea. Since everything on my page is enclosed in one div or another, I guess I'll just define font-family a second time for the div element. |
Maniac (V) Inmate From: Seoul, Korea |
posted 02-04-2003 06:22
Well, I'm glad you got that figured out. And I agree: I wouldn't worry too much about bugs in Konqueror. If you start working around all the little quirks (bugs) in all of the browsers, you're going to end up with bloated code. |
Paranoid (IV) Inmate From: Milwaukee |
posted 02-04-2003 09:41
Aye-aye, cap'n... also, in Spanish, "ay ay." All y'all Spaniards know what I'm talkin' 'bout. |