font family different appearance among some browser

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
phudra
Joomla! Apprentice
Joomla! Apprentice
Posts: 23
Joined: Fri May 10, 2013 2:22 am

font family different appearance among some browser

Post by phudra » Tue Jul 15, 2014 7:34 am

Hello, I have an issue on my web.
I just change font family for my main menu to "Nexa Bold".
using this css code:

Code: Select all

.uk-navbar-nav.uk-hidden-small li > a{
	font-family: "Nexa Bold";
	color: #000000;
}
Then I check the appearance. It look success when I open using my Chrome browser. But not when I open using firefox.

display on Chrome (Font: Nexa Bold)
chrome display.png
Display on Firefox (it should be Nexa Bold, but I don't know why the appearance like this)
firefox display.png
Anybody know the problem? Why the font appearance is different?


Thank you
You do not have the required permissions to view the files attached to this post.

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: font family different appearance among some browser

Post by leolam » Tue Jul 15, 2014 7:41 am

Answer easy found https://www.google.co.id/search?q=firefox+and+Nexa+Bold
gives you

http://doctype.com/font-showing-bold-only-chromesafari

Read that and see you need to change font since FF does not support it

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

phudra
Joomla! Apprentice
Joomla! Apprentice
Posts: 23
Joined: Fri May 10, 2013 2:22 am

Re: font family different appearance among some browser

Post by phudra » Wed Jul 23, 2014 3:12 am

leolam wrote:Answer easy found https://www.google.co.id/search?q=firefox+and+Nexa+Bold
gives you

http://doctype.com/font-showing-bold-only-chromesafari

Read that and see you need to change font since FF does not support it

Leo 8)
I found a problem with my web.
Previously I have installed "Nexa" font on my computer.
Then I change the font family For my web "Nexa",

Code: Select all

.uk-navbar-nav.uk-hidden-small li > a{
	   font-family: "Nexa Bold";
	   color: #000000;
	}
and successfully.

Then I remove the font "Nexa" on my computer in the "Control Panel> Fonts> Nexa> delete".
Then when I open my web again, fonts had to be changed (not "Nexa").

For comparison, this web uses the font "Nexa", without installing the "Nexa" font,
fonts on the web has never been changed on my computer.

anybody have solutions for my web?


Thank you


Locked

Return to “Templates for Joomla! 3.x”