Tagged: bug, font-family, google chrome
-
AuthorPosts
-
March 18, 2014 at 4:36 pm #239444
Dear Support,
I’m having the following problem:
I’m trying to use the font-family: Open Sans. Which works when i’m logged in as admin in the back-end but it doesn’t seem to work when i log off. Also the font seems to be blurry when i open it in Google Chrome.
I’ve tried to overwrite the font-family through custom.css but it doesn’t work when i use Open Sans.
Using the following code in custom.css:body{ font-family: Open Sans; font-weight: bold; } .container{ font-family: Open Sans; }
Website: http://www.interim-pro.nl
- This topic was modified 10 years, 7 months ago by amvdsande.
March 19, 2014 at 2:11 am #239775Hey!
Try using this code instead:
body{ font-family: "Open Sans"; font-weight: bold; } .container{ font-family: "Open Sans"; }
Cheers!
JosueApril 11, 2014 at 1:23 pm #250200This reply has been marked as private.April 11, 2014 at 7:45 pm #250356Hi!
It’s Open Sans on my end, have you tried seeing it from another computer?
Cheers!
JosueApril 14, 2014 at 11:39 am #250989This reply has been marked as private.April 14, 2014 at 9:10 pm #251300Hey!
I have just checked your website and font weight is set to 500 – http://i.imgur.com/yhnubx3.png
Please change it to boldCheers!
YigitApril 15, 2014 at 10:48 am #251508This reply has been marked as private.April 15, 2014 at 5:53 pm #251709Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueApril 15, 2014 at 6:07 pm #251716This reply has been marked as private.April 15, 2014 at 6:09 pm #251719Are you seeing the issue in the test environment too?
Cheers!
JosueApril 15, 2014 at 6:11 pm #251720This reply has been marked as private.April 15, 2014 at 6:27 pm #251727So it would be to the installation that has the problem.
April 15, 2014 at 6:33 pm #251730This reply has been marked as private.April 17, 2014 at 7:28 am #252479Hey!
How did you migrate the database from the test environment to the live environment ? I guess both servers use a different url and/or domain. We use serialized data to store the settings and thus you must be carefuly with the data migration. Did you use this tool: WP MigrateDB or WP MigrateDB PRO to export the database from the test environment. Use the “domain/url replace” feature to replace the test environment url with the live environment url. Then import the generated sql file on your live server.
Cheers!
Peter -
AuthorPosts
- You must be logged in to reply to this topic.