473,385 Members | 1,602 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

using serif font-family produces unreadable text

Hi all,

Attempting to do css for cross platform/browser compatibility. Have an issue
with IE6 sp1 running on NT4.

When using IE6 sp1, example 1 works fine, example 2 produces unreadable
text. Rectangular blocks and symbols. Is this unreadable serif font deal a
known bug? Any suggestions appreciated.

Thanks,
Mike

------------------------------------------------------------

example 1
body { font-family: sans-serif; }

example 2
body { font-family: serif; }
Additional info:
On the same computer Netscape 6.2 has no problem dealing with the same style
sheet and serif font.

If you want to take a look, this is a page I found on the web that has the
same problem with IE6 and serif font on my NT machine. Checked out the style
sheet and serif is specified. http://www.acc.umu.se/~sagge/audio/1259/
Jul 20 '05 #1
5 3801
On Fri, 23 Jul 2004, Mike M wrote:
When using IE6 sp1, example 1 works fine, example 2 produces unreadable
text. Rectangular blocks and symbols. Is this unreadable serif font deal a
known bug? Any suggestions appreciated.


Specify your chosen typefaces and supply a screenshot.

--
Top-posting.
What's the most irritating thing on Usenet?

Jul 20 '05 #2
On Fri, 23 Jul 2004, Mike M wrote:
Attempting to do css for cross platform/browser compatibility. Have an issue
with IE6 sp1 running on NT4.
NT4 starts with a relatively impoverished set of fonts.
When using IE6 sp1, example 1 works fine, example 2 produces unreadable
text. Rectangular blocks and symbols. Is this unreadable serif font deal a
known bug? Any suggestions appreciated.
Suggestions for you or for your readers?

For you - if your font selections are causing problems for your
readers, then stop doing it:
http://ppewww.ph.gla.ac.uk/~flavell/...onts.html#dont

For your readers - install optional language support, install better
fonts, make better default font selections, if necessary visit IE's
Accessibility menu and tell it to ignore fonts specified in the web
page.

On at least one Win OS (not sure if it was NT4 or NT5 ;-) I found that
installing Japanese language support (which I didn't actually need)
resulted in a wonderful expansion of the number of symbols which IE
would display correctly. Mozilla (Netscape >=6) had no problems
before or after... Opera was also OK.
example 1
body { font-family: sans-serif; }

example 2
body { font-family: serif; }


If you're going to specify font-family at all for IE, then you
probably should specify some of the better MS-supplied fonts first
(Arial, Lucida Sans Unicode, Palatino Linotype, Tahoma, etc. as the
case may be, but NOT Verdana (for reasons stated here often enough).
MS's choice of generic serif or sans font can often be distinctly
sub-optimal. However, fundamentally I stand by my original advice,
based on experience:

if you are trying to use a wide character repertoire in a WWW
context, then if you, as author, try to force a particular font to be
used by every reader, whether by CSS or by FONT FACE, you will likely
do more harm than good

By all means specify your choice of font for decorative headings and
other annotations where the character repertoire is not an issue, but
leave it off at least for the parts of the body content where you need
your wide repertoire. IMHO.

good luck.
Jul 20 '05 #3
*Mike M* <li****@sbcglobal.net>:

When using IE6 sp1, example 1 works fine, example 2 produces unreadable
text. (...) known bug?
Yes, but I don't remember the exact circumstances to reproduce it or
whether this bug got a certain name.
body { font-family: sans-serif; }
body { font-family: serif; }


Specify at least one specific font (family) when using generic families.
It doesn't need to be widespread, not even exist.

--
"Opportunity is missed by most people
because it is dressed in overalls and looks like work."
Thomas Alva Edison
Jul 20 '05 #4
Mike M wrote:

When using IE6 sp1, example 1 works fine, example 2 produces unreadable
text. Rectangular blocks and symbols. Is this unreadable serif font deal a
known bug? Any suggestions appreciated.


http://css.nu/pointers/bugs-ie.html

find in page: "serif"

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 20 '05 #5
"Mike M" <li****@sbcglobal.net> schrieb im Newsbeitrag
news:ZH*******************@newssvr23.news.prodigy. com...
Hi all,

Attempting to do css for cross platform/browser compatibility. Have an issue with IE6 sp1 running on NT4.

When using IE6 sp1, example 1 works fine, example 2 produces unreadable
text. Rectangular blocks and symbols. Is this unreadable serif font deal a
known bug? Any suggestions appreciated.

Thanks,
Mike

------------------------------------------------------------

example 1
body { font-family: sans-serif; }

example 2
body { font-family: serif; }


I had the same problem with sites with font-family: sans-serif after I
uninstalled the system font that IE used for it's default. The procedure to
get a normal display again was quite annoying:
- Remove all fonts
- Install Windows system fonts again
- Open Internet Explorer (Then it does not have the wrong font and should
choose a system font for default again)
- Close Internet Explorer and reinstall the other fonts

Anyway the problem is local at your box and not on your webpage. Still, as
others pointed out, font-family: Arial, sans-serif (or whatever) is a safer
choice.

HTH
Markus
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: Martin Ernst | last post by:
Hello! I wonder which font is normally used in IE (6) for windows if i use "sans-serif" as font-family. Does anybody know it? Thanks Martin
66
by: Alan Illeman | last post by:
Is there a listing of serif fonts and san-serif fonts somewhere? Regards, Alan -- A: Because it messes up the order in which people normally read text. Q: Why is it such a bad thing? A:...
3
by: vanisathish | last post by:
Hi I am running a client side javascript timer to periodically refresh the contents of some tables in the HTML page. The table values are dynmically binded from XML DOM object using the <XML tag...
16
by: Cybertof | last post by:
Hi ! I'm wondering about the use of the 'using' statement. In a procedure, should i declare all instance variables in a using clause ? In the below code, what would happen if MyFont & MyFont2...
1
by: Paul Hoad | last post by:
I'm trying to use MeasureString() to determine the length in pixels of a string However to do I need a System.Drawing.Graphics object to do this I need to create a System.Drawing.Graphics...
9
by: Poker Man | last post by:
Hi, I know how to do Sumbit buttons in Forms, and I know how to do custom buttons in Javascript. What I can't seem to find is how to do custom Submit buttons using Javascript! Anybody out...
5
by: Tristán White | last post by:
As some of you who helped with my "No input file selected" query earlier already know, I've just started a new job and am new to PHP. All the webpages are PHP, but contain HTML as a string...
1
by: Patrick C | last post by:
Hello hello, i'm very much a beginner and I've done 1 task successfully (with help) and now i want to deviate just a little and i'm stumped. Here's what i've done... In a previous task I needed to...
12
by: mrking | last post by:
Man, I need help. :D I have a database and the table has 4 fields. ident, chroma, hue, value I have the script to display ALL the data into the table. But what I am looking to do is to set a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.