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.