Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › font
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › font
Tagged: fonts render rendering Firefox
- This topic has 15 replies, 4 voices, and was last updated 9 years by Mohammad – SUPPORT.
-
Posted in: Neighborhood
-
March 12, 2015 at 1:53 pm #156860
hi everybody,
I would like to ad the font “Minion Pro” to my webpage.
is this possible?I tried to add the font to my style CSS.
but this is not working.currently I am using “Times New Roman” font.
but the appearance of this font is in every browser different.
thanks for your help.
best wishes,
LisaAttachments:
You must be logged in to view attached files.March 12, 2015 at 2:14 pm #156867Hi
You would need to be using a child theme. If it’s a webfont you need to add the link to the head section of your site, you’ll need to edit the header.php file for this. Then add this to your custom css:
body,p { font-family: "museo-slab"!important; } /* HEADING FONT */ h1, .impact-text,.impact-text-large { font-family: "museo-slab"!important; } h2,.blog-item .quote-excerpt { font-family: "museo-slab"!important; } h3 { font-family: "museo-slab"!important; } h4 { font-family: "museo-slab"!important; } h5 { font-family: "museo-slab"!important; } h6 { font-family: "museo-slab"!important; } /* MENU FONT */ #main-nav, #header nav, #vertical-nav nav, .header-9#header-section #main-nav, #overlay-menu nav, #mobile-menu, #one-page-nav li .hover-caption { font-family: "museo-slab"!important; }
Obviously change museo slab to your font name
– Kyle
March 13, 2015 at 10:38 am #157100Hi Kyle,
ok I will try this.
I am asking because all the fonts I am using and also the logo (which is an image) look very blurred in different browsers.
I am working on a “mac” and I am using “safari”. my main font is the “Times New Roman” right now.
in this system everything is very sharp and looks clear.when I switch to firefox – everything is blurred.
when I check it on a windows based system – everything is blurred.so I don’t know if there is a solution for that. I thought maybe I should use a different font – but this is not the problem.
I checked other webpages – with safari and firefox – and I saw that there must be a solution to this problem, because I can’t see the problem on other pages.
what do you think about that?
thanks for your help!best wishes,
LisaMarch 13, 2015 at 10:39 am #157101Have you checked our demo?
– Kyle
March 13, 2015 at 10:48 am #157103Hi Kyle,
yes I checked it right now.
and its the same.
the fonts in firefox are much thicker – in safari they are thinner and much sharper.but I checked other webpages and I am wondering about the difference.
also my on old webpage which I build with the theme “craft” – I used “Minion Pro” – this problem did not occur.thanks for your advices.
best wishes,
LisaMarch 13, 2015 at 10:50 am #157104Firefox does render fonts thicker than other browsers, we have no control over that
– Kyle
March 13, 2015 at 11:05 am #157107Hi Kyle,
thats what I thought.
but I looked at many webpages incl. my old one which I built with gather – and many of them don’t have this problem.
so there must be something influencing this render problem.
best wishes,
LisaMarch 13, 2015 at 11:07 am #157108Definitely nothing to do with the theme, we have no control over how browsers render fonts, have a search on google and see if you can find a solution
– Kyle
March 13, 2015 at 11:08 am #157110ok.
thank you Kyle!
I will try.best wishes,
LisaMarch 13, 2015 at 11:10 am #157112no problem
July 5, 2015 at 9:27 pm #191753@Kyle and Lisa
Chiming in here because it is something I use religiously and hopefully it will help others.
Adding:
html, body { -moz-osx-font-smoothing: grayscale; }
Will render fonts in FF the same as Chrome.
July 6, 2015 at 5:41 am #191776Hi,
Great thanks to @cunningfox.
Thanks
MohammadJuly 16, 2015 at 3:12 pm #195301Hi @cunningfox,
thank you for this advice!
whats about safari?
my fonts in safari and chrome look great – but not in firefox.
what do you think about that?
thanks a lot for your help!
best wishes,
LisaJuly 17, 2015 at 6:12 am #195463Hi,
I think that your.woff font file not working perfectly. Font developer can fix it easily.
Thanks
MohammadJuly 22, 2015 at 6:28 pm #196831Hi Mohammed,
thanks for your mail.
what is the “font developer”? and how does it work?
best wishes,
Lisa -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.