New Landing How can we help? Themeforest Theme Support Pinpoint Portfolio category title font fix

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Pinpoint
  • #23414
    mixicus
    Member
    Post count: 71

    look at attached pict – Portfolio category title text has a different thickness – i think because font have not cyrillic symbols

    how i can change font-face for this title?

    #23627
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    You can take a look at Google Fonts and choose one of the fonts that you like and has support for Cyrillic, then set it in the Font Options. If there’s a font that’s not in the Font Options, you can add custom CSS to override our font:

    @import url("urlofgooglefont");
    h1, h2, h3, h4, h5, .heading-font, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .wpb_call_text, .impact-text, .testimonial-text {
      font-family: "Name of Google Font", sans-serif !important;
    

    The code above modifies quite a lot of areas to use a custom font – the one for the page headings (which is what portfolio categories also have) is h1

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register