Fonts in Apple's Help Viewer
Fonts in Apple's Help Viewer
- Subject: Fonts in Apple's Help Viewer
- From: John Nairn <email@hidden>
- Date: Tue, 01 Apr 2003 13:20:21 -0700
I have tried many things, but the Help Viewer will not use a specified
font. Can it be done?
Here is what I tired:
1. In header of index.html file in help book folder, I added meta tags:
<META NAME="AppleTitle" CONTENT="Date Calculator Help">
<META NAME="AppleIcon" CONTENT="AppIcon.jpg">
<META NAME="AppleFont" CONTENT="Lucida Grande">
The title and icon seem to work, but the font is ignored.
2. I also added style tags to header such as
<style type="text/css">
* { font-family: Lucida Grande; }
BODY { background-color: #ffffff; }
H2 { font-size: large; color: #006600; font-weight: bold;}
H3 { font-size: medium; color: #660000; font-weight: normal;}
</style>
Help Viewer ignored the style and I verified they are correct because
opening the file in a browser accepts all style settings.
------------
John Nairn (1-801-581-3413, FAX: 1-801-581-4816)
Web page:
http://www.mse.utah.edu/~nairn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.