Yes there is right to left setting in CSS, but it's a poorly supported part of CSS is my understanding.
I tried just what you suggested, which I thought should work as well, but nothing happened. Is there something different about font names and their file names? I installed the following font files: InvArial.ttf and Revarial.ttf with the windows font widget. But when I tried the following HTML, nothing happened. <p style="font-family: Arial;">Fonts</p> <p style="font-family: Revarial;">Fonts</p> <p style="font-family: InvArial;">Fonts</p> Is there something else to using unusual fonts in CSS? -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning ....-----Original Message----- ....From: William Bowen [mailto:[EMAIL PROTECTED] ....Sent: Friday, July 08, 2005 9:53 AM ....To: CF-Community ....Subject: Re: Odd Font question. .... ....> I did find such fonts here [http://people.smu.edu/jmevius/fonts/]. Now ....I just need to figure out what to do with them once I download them. .... ....The stylesheet question I should think would be rather easy, to access ....a specific font you'd use normal syntax... .... ........ ....font-family: name of font, otherFont, Arial; ........ ....unless I'm missing something, this should work, no? .... ....Now, If you're trying to make the text read right to left (like Hebrew ....or Arabic), then I'm not sure what to do...is there a right-to-left ....setting in CSS? .... ....-- ....will .... .... ...."If my life weren't funny, it would just be true; ....and that would just be unacceptable." ....- Carrie Fisher .... .... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get Instant Hacker Protection, Virus Detection, Antispam & Personal Firewall. http://www.houseoffusion.com/banners/view.cfm?bannerid=62 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:163806 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
