473,394 Members | 1,866 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,394 software developers and data experts.

Common cursive or script fonts

The organisation I do a site for has recently redesigned its letterhead and logo
and I have to redesign the site to suit. It's not a major, except that the new
look uses two fonts, one of which is a cursive script style font - joined up
letters etc - see here
http://www.safe-nz.org.nz/New/Image/newlogo.gif

The first word I can approximate using Arial, but what I need is a few fonts
that are common on people's machines, that will roughly approximate the font
used for the other two words, so I can put these in the css font declaration.

If I have to, I can make the whole heading an image, which I've already done
for the loop thing around the first word, but I'd like to avoid that if I can as
this
is not good for search engines, the disabled etc etc

Any useful suggestions welcomed
Thanks
Peter J
Jul 20 '05 #1
6 12687
Peter Jenkins wrote:
The organisation I do a site for has recently redesigned its
letterhead and logo and I have to redesign the site to suit. It's not
a major, except that the new look uses two fonts, one of which is a
cursive script style font - joined up letters etc - see here
http://www.safe-nz.org.nz/New/Image/newlogo.gif

The first word I can approximate using Arial, but what I need is a
few fonts that are common on people's machines, that will roughly
approximate the font used for the other two words, so I can put these
in the css font declaration.

If I have to, I can make the whole heading an image, which I've
already done for the loop thing around the first word, but I'd like
to avoid that if I can as this
is not good for search engines, the disabled etc etc

Any useful suggestions welcomed
Thanks
Peter J


http://www.codestyle.org/css/font-fa...sResults.shtml
Jul 20 '05 #2
On Wed, 2 Jun 2004 10:17:54 +1200, Peter Jenkins
<pe**************************************@xtra.co. enzed> wrote:
If I have to, I can make the whole heading an image, which I've already
done
for the loop thing around the first word, but I'd like to avoid that if
I can as
this
is not good for search engines, the disabled etc etc

Any useful suggestions welcomed


<h1><img ... alt="Sensible Sentencing Trust"></h1>

I believe if branding is important, use the image. The alt text above will
replace the image when images are not loaded, and in most browsers I've
tried it will be a level 1 heading.

Only in those situations where images are off and CSS is otherwise active
will you really be losing out.

As far as search engines, i assume this text will be in the title as well
as other parts of the page, so don't sweat it. As far as the disabled, the
above will work great and should pose no difficulties to anyone.
Jul 20 '05 #3
Neal wrote:
On Wed, 2 Jun 2004 10:17:54 +1200, Peter Jenkins
<pe**************************************@xtra.co. enzed> wrote:
If I have to, I can make the whole heading an image, which I've
already done
for the loop thing around the first word, but I'd like to avoid that
if I can as
this
is not good for search engines, the disabled etc etc

Any useful suggestions welcomed

<h1><img ... alt="Sensible Sentencing Trust"></h1>


Also, when the image itself can't justifiably be described as part of
the content, you can use:

http://www.stopdesign.com/also/articles/replace_text/

Only show it when CSS is enabled.
Jul 20 '05 #4
"Peter Jenkins" <pe**************************************@xtra.co. enzed>
wrote in message news:3Z********************@news.xtra.co.nz...
The organisation I do a site for has recently redesigned its letterhead and logo and I have to redesign the site to suit. It's not a major, except that the new look uses two fonts, one of which is a cursive script style font - joined up letters etc - see here
http://www.safe-nz.org.nz/New/Image/newlogo.gif

The first word I can approximate using Arial, but what I need is a few fonts

Actually, the first word looks more like Trebuchet MS.
that are common on people's machines, that will roughly approximate the font used for the other two words, so I can put these in the css font declaration.
If I have to, I can make the whole heading an image, which I've already done for the loop thing around the first word, but I'd like to avoid that if I can as this
is not good for search engines, the disabled etc etc

Any useful suggestions welcomed
Thanks
Peter J

Jul 20 '05 #5

"Nik Coughin" <nr***********@woosh.co.nz> wrote in message
news:gA********************@news.xtra.co.nz...

http://www.codestyle.org/css/font-fa...sResults.shtml

Thank you that is extremely helpful, what a brilliant site,
Bookmarked for future reference
Regards
Peter J
Jul 20 '05 #6

"Neal" <ne*****@yahoo.com> wrote in message


<h1><img ... alt="Sensible Sentencing Trust"></h1>

I believe if branding is important, use the image. The alt text above will
replace the image when images are not loaded, and in most browsers I've
tried it will be a level 1 heading.

Only in those situations where images are off and CSS is otherwise active
will you really be losing out.

As far as search engines, i assume this text will be in the title as well
as other parts of the page, so don't sweat it. As far as the disabled, the
above will work great and should pose no difficulties to anyone.


Thanks, I have decided to go with this as a solution, as the very useful
site that Nick posted reveals that only 32% or so of users have a cursive
font loaded
Much appreciated
Regards
Peter J
Jul 20 '05 #7

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

Similar topics

6
by: opt_inf_env | last post by:
Hello, I have found, that one can generate a nice font with the usage of the following line (for example): <font face="Edwardian Script ITC" size="7"> Very nice </font> Do you know whether...
4
by: L | last post by:
Hi there, Does C# support OpenType fonts? My c# application is not recognizing OpenType fonts. Thanks, Lalasa.
4
by: Aaron Gray | last post by:
Is there anyway to get a list of all the availiable fonts in Javascript ? Aaron
2
by: Luc | last post by:
I saw a few posts on this newsgroup about it but nothing to help me resolve this problem: We designed a window in .NET on a platform using small fonts (120 ppp). But this window will run on...
1
by: Atul | last post by:
Hi, I have installed a truetype font (.ttf) on a linux machne (SUSE linux 10, KDE) by copying it to my .fonts folder. I can use the font in all applications like open-office and firefox browser....
12
by: ctclibby | last post by:
Hi all Have a customer that wants a specific font included in her web page design; Comic Sans MS. This is one of the MS core fonts. The problem I have is that some of the *nix browsers do NOT...
2
by: gazelle04 | last post by:
I have an error using the Common Dialog Box control. I got an error that says "No fonts installed. Open Control Panel to install fonts.". I checked the fonts folder and there is so many fonts there....
7
by: Dr J R Stockton | last post by:
I've heard that at <URL:http://www.merlyn.demon.co.uk/js-clndr.htm#P> and using Opera the suffixed dates in the yellow box appear in a single long line instead of in the obvious weekly manner. ...
5
by: IndependentDreams | last post by:
This is a java script code that will make it snow on your page. My problem is that it works just fine in IE and Opera, but doesn't work in Fire Fox or Safari. Here is the code. If you have any idea...
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.