Font problems in ini file

M

Mike S.

I would like to specify a backup font in an .ini file. How would I go
about doing that? It's not the same as in html.

For example, I want to use the font called Walshes. But I would like
to use Arial as a backup font for people who might not have Walshes on
their computer. So how would I do that in an .ini file?

I've tried doing this -
TitleFont=Walshes, Arial

but that doesn't work because the font displays in Arial. I've tried
using a semi-colon but that doesn't work either.
 
J

Jukka K. Korpela

Scripsit Mike S.:
I would like to specify a backup font in an .ini file. How would I go
about doing that? It's not the same as in html.

What's an .ini file? (Correct answer: Just about anything, but typically an
initialization file of some kind for some software.) And what has it got to
do with HTML?
 
A

Andy Dingley

I would like to specify a backup font in an .ini file. How would I go
For example, I want to use the font called Walshes. But I would like
to use Arial as a backup font for people who might not have Walshes on
their computer.

Do it in CSS on your web page, not in any .ini file

<style type="text/css" >
body {
font-family: 'Walshes', 'Arial', sans-serif;
}
</style>


There's a lot more to CSS as well. Read the Lie & Bos book "Cascasding
Style Sheets" for a good tutorial.
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top