Okay
  Public Ticket #2470465
Change the font style for blog
Closed

Comments

  • Daria started the conversation

    Hello, 

    Can you please help me to change the font style for :

    - blog 

    - Album descriptions

    -Biography section

    it is written in Cyrillics, I would like to try different fonts. 

    also it seems that words are very close to each other especially in Album description. 

    Thank you, 

    Daria


  •  840
    Jelly replied

    Hello,

    The best solution is to try using https://wordpress.org/plugins/easy-google-fonts/ or similar plugin.

    Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    h2.title {font-family: 'Barlow', sans-serif;}
    .biography p {font-family: "Barlow", monospace;}
    .title.post {font-family: 'Montserrat', sans-serif;}
    .list-posts p {font-family: "Barlow", monospace;}
    

    Best Regards,
    Jelly Team