/* Изменение шрифта на всем сайте */
body {
font-family: "Roboto","PT Sans",sans-serif;
}
/* Изменение шрифта в описании публикации */
.text {
font-family: "PT Serif","Roboto","PT Sans",sans-serif;
font-size: 16px;
}
/* Стиль для BACKGROUND ФОНА НА САЙТЕ*/
body.boxed #page-wrapper {
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
margin: 200px auto 0;
max-width: 1200px;
position: relative;
z-index: 3569;
}
#branding_link {
background: #000000 url("./images/bg.jpg") no-repeat scroll 25% 0 / cover ;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 50px;
width: 100%;
z-index: 1;
}