-
AuthorPosts
-
December 23, 2011 at 2:35 pm #172089
Hi,
I have installed a Unicode font in my site as described here http://www.joomlart.com/forums/topic/how-to-install-new-font/ . But the font is not showing up in any browser. Can anybody please help?
ThanksBlaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
December 24, 2011 at 12:47 am #431041Hi!
The visitor must have the font installed on their computer for it to show s i am guessing it is not installed on your local machine. That is the main problem with specialized fonts!
Thanks!issay Friendissay
- Join date:
- November 2009
- Posts:
- 114
- Downloads:
- 0
- Uploads:
- 22
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
December 25, 2011 at 10:12 am #431119hello can u see your private message folder.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
December 26, 2011 at 10:53 pm #431257I don’t have a PM that I can see from yo issay.
issay Friendissay
- Join date:
- November 2009
- Posts:
- 114
- Downloads:
- 0
- Uploads:
- 22
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
December 27, 2011 at 8:32 am #431333surajjoseph , you have seen my message ..right?
issay Friendissay
- Join date:
- November 2009
- Posts:
- 114
- Downloads:
- 0
- Uploads:
- 22
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
December 27, 2011 at 8:37 am #431334hello Blaine , i think you got the wrong info
in latest browsers you dont need to have fonts in computer. even if its not in comp you can view your site.
write this css code in:
templatesja_teline_ivcsstemplate.css filenote: you change it to your font names. and be sure if its opentype or truetype. and after that you upload your font to the site main directory. or any folder. and change this according to that folder name.
@font-face {
font-family: FONTNAME;
src: url(http://yoursite.com/FONTNAME.otf) format(“opentype”);
font-style: normal;
}@font-face {
font-family: FONTNAME;
src: url(http://yoursite.com/FONTNAME.ttf) format(“truetype”);}
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
December 28, 2011 at 6:21 am #431530So is this solved?
December 28, 2011 at 2:07 pm #431578Yes… it is working now. Thanks issay.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
December 29, 2011 at 8:26 pm #431809Hi issay!
Thanks for the informative answer. I am sure it will help many!
I do however want to point out that in your solution the font is installed on the web site of your site and therefore this allows the user to be able to see it.
I am still currently unaware of any modern browser that just displays a font, not installed on a users computer.
Your code pulls it from the actual web site and I am not sure what that does to loading time.
Thanks again for being such a great help issay! We need more members willing to help others like you! -
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by Blaine 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum