Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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.
    #239775

    Hey!

    Try using this code instead:

    body{
    	font-family: "Open Sans";
    	font-weight: bold;
    }
    .container{
           font-family: "Open Sans";
    }

    Cheers!
    Josue

    #250200
    This reply has been marked as private.
    #250356

    Hi!

    It’s Open Sans on my end, have you tried seeing it from another computer?

    Cheers!
    Josue

    #250989
    This reply has been marked as private.
    #251300

    Hey!

    I have just checked your website and font weight is set to 500 – http://i.imgur.com/yhnubx3.png
    Please change it to bold

    Cheers!
    Yigit

    #251508
    This reply has been marked as private.
    #251709

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #251716
    This reply has been marked as private.
    #251719

    Are you seeing the issue in the test environment too?

    Cheers!
    Josue

    #251720
    This reply has been marked as private.
    #251727

    So it would be to the installation that has the problem.

    #251730
    This reply has been marked as private.
    #252479

    Hey!

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.