Okay
  Public Ticket #1103161
Custom font weight and style.
Closed

Comments

  •  2
    evgenyvasenev started the conversation

    How can I add a different style? I uploaded the font family but I can use just one style. I don't see style variations how I see it for google fonts.

  • [deleted] replied

    Hi evgenyvasenev

    To have more Font Variant on Selectors, you have to select the Font Variant on the right side just below the Live Preview.


    (view large version)

    You can watch the video and read more about it on article Adding a Google Fonts.

    Thank you.

  •  2
    evgenyvasenev replied

    You see it because you have variants. On your screenshot it's on the right side. I don't have it. The font has it, CSS file has it. But I don't see it.

  •  2
    evgenyvasenev replied

    I am talking about custom fonts. I don't have issues with google fonts. 

  • [deleted] replied

    Hi evgenyvasenev,

    That is happening because you have problems of how you call your fonts, all the fonts t hat you have added are using the same Font Name as you can see on the screenshot. They all must use a different name.


    (view on new page)

  •  2
    evgenyvasenev replied

    I tried to do it. It doesn't work. Previews don't generate and the font doesn't work as well.  

  • [deleted] replied

    Hi evgenyvasenev,

    I think that you are doing something wrong:

    1. Maybe the path of the fonts is not right

    As you have called the fonts for the moment, they seems that are on this path: www.yoursite.com and not on any folder.

    We offer an article with a video tutorial about this Adding Custom Fonts.

    2. or those font's are not Webfonts, so they are not fonts made for web.

    Please check if the path is not correct and if you still can't do anything to fix them:

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though

    You can share your Wordpress and FTP credentials here, because I need to login to your site and test this. Your information is safe here (private) in this thread.


    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   evgenyvasenev replied privately
  • [deleted] replied

    Hi there,

    I managed to fix your issue with the fonts, so I recorded my screen to show the process of adding a custom font: http://drops.laborator.co/4EF

    Will set this ticket as solved from here.

  •  2
    evgenyvasenev replied

    Thanks a lot!

  •   [deleted] replied privately
  •  2
    evgenyvasenev replied

    Hello. After the latest update I cannot change a font size for blog titles.

    http://vasenev.com/helloworld/ here

    and here: http://vasenev.com/blog/

    On the main page everything is fine. Can you help me please?

  •  2
    evgenyvasenev replied

    I was trying to start a new ticket, but it doesn't allow me. It says:  The purchase code provided was not properly validated. It resulted in the following error:

    "Refresh token not found"

  • [deleted] replied

    Hi evgenyvasenev,

    The platform that we use to handle our support Ticksy is having problems for the moment and that's why this problem happened to you. We contacted the author of this platform and they are working to fix this problem so i hope that this problem will be solved next 24 hours.

    As for your question:

    Please add the code below to your Custom CSS area:

    .single-post .post .entry-header .post-title {
        font-size: 40px !important;
    }
    .blog-posts .post-item .post-details .post-title {
        font-size: 30px !important;
    }
    

    Have a great day!

  •  2
    evgenyvasenev replied

    Thanks, it works!

  • [deleted] replied

    Hi evgenyvasenev,

    Glad to hear that

    Will set this ticket as solved from here.