Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1041408

    Hi
    Have to compile Less to css from template options?
    After changes in the less file?
    Kindly do this step and check the site again.

    Regards

    urzh Friend
    #1041614

    Hi there, no I didn’t. But when I tried see error below

    Compile LESS to CSS failed

    templates/purity_iii/less/bootstrap.less
    ParseError: Unexpected input in variables.less on line 75, column 1 73| // Typography 74| // ————————- 75| @font-family-sans-serif: “Open Sans“, sans-serif; 76| @font-family-serif: Georgia, "Times New Romance", serif; 77| @font-family-monospace: Consolas, Monaco, "Courier New", monospace; 78| @font-family-base: @font-family-sans-serif;

    Pankaj Sharma Moderator
    #1041697

    Hi
    This seems error in your less files, kindly copy the file from fresh template package and replace it,
    Also, share the URL of site on which you have this issue.

    Regards

    urzh Friend
    #1041849
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1041907

    Also, if I download new files it will change my custom CSS right?

    Yes replace the less files with quickstart package will replace all the less style.
    Becuase you have customised the files with wrong changes.
    Add below code in custom.css file and change font family

    body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important; }

    Regards

    urzh Friend
    #1041937

    What is location for less files please?

    Pankaj Sharma Moderator
    #1041944

    You can find the less files in the less folder of the template.

    Regards

    urzh Friend
    #1042420

    I replaced my less files. For custom.css, do I just make "custom.css" in templatepurity_iiicss and the add the code?

    body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important; }

    I can give you backend to help make Open Sans Google Font to Work please

    Pankaj Sharma Moderator
    #1042611

    Hi
    Yes give me a screenshot where the font is not showing and super user details in Private reply.
    I will check it.

    Regards

    urzh Friend
    #1042811
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1042877

    Hi
    The admin login does not work for me.
    Please check > You do not have access to the Administrator section of this site.

    urzh Friend
    #1042882

    Fixed!

    Pankaj Sharma Moderator
    #1042896

    Hi
    Open custom.css file and replace the older code with this code

    body {
        font-family: 'Open Sans';
    }

    Regards

    urzh Friend
    #1043031

    Hi! It works well. Just for clairty, I think the guides online should be updated as it does not say to do anything with custom CSS.

    Thanks!

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 2 voices, and was last updated by  urzh 6 years, 10 months ago.

The topic ‘Changing to Google Font – Not Updating Anywhere’ is closed to new replies.