saguaros
I'm sorry, but now I have another problem = I can't override the font in the body tag, I want to use Arial for text and menu items, and Cyrillic Old for headers H1,2 etc. Here's what I wrote in bootstrap.css
body {
font-family: Arial !important;
font-size: 14px;
line-height: 1.7142;
color: #4c4c4c;
background-color: #ffffff;
}
But it does not help, absolutely the entire font has now become Cyrillic Old. What did I do wrong?