• Resolved trialgtx

    (@trialgtx)


    I would like to change the font in the header that goes with the logo. I didn’t find a separate font type setting for the logo, only for the entire site.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter trialgtx

    (@trialgtx)

    Upd. I found the reason for the inaction of the commands, I had to add !important, in the end, the command

    .site-title {
    font-size: 25px !important;
    	font-family: sans-serif !important;
    }
    .nv-title-tagline-wrap small {font-size: 16px !important;
    font-family: sans-serif !important;}

    Really changed the font of the title and the signature, but there are 2 new problems, even more serious:

    I can ask almost no font, no tachoma, no veranda, no arial. From the sans, only sans serif has worked, apparently there is only it, the serif, monospace and cursive. Can’t I use not one of the native fonts? And if you need to download, explain how?

    My theme is flexible and adapts to the size of the screen, that is, there are different markup for mobile, desktop, tablet. By entering this code, I have disabled the layout for the size of the screen and now the size of the text is iron for all and on the mobile it is huge.

    Thread Starter trialgtx

    (@trialgtx)

    Thanks for no one answer me.

    Command that helped me is:

    .site-logo {
    	font-family: verdana, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif !important;}
    • This reply was modified 4 years ago by trialgtx.
    Vytis

    (@bvytis)

    Hi @trialgtx,

    Thank you for sharing the solution with the community and apologies for not helping you in time with this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the font of the site title’ is closed to new replies.