flectra/addons/theme_leith/static/less/layouts/fonts/font_lato.less

47 lines
816 B
Plaintext
Raw Normal View History

2018-04-16 08:53:12 +02:00
body {
font-size: 18px;
font-family: "Lato";
}
#wrapwrap {
font-family: "Lato";
font-size: 18px;
h1, h2, h3, h4, h5, h6 {
font-family: "Lato";
}
#top_menu > li > a {
font-family: "Lato";
}
.category-name {
font-family: 'Lato';
font-size: 22px;
text-transform: uppercase;
font-weight: bold;
}
.products_pager {
font-size: 16px;
}
#products_grid_before {
> ul > li > a {
font-size: 16px !important;
}
a {
font-size: 15px !important;
}
}
}
.oe_product {
section {
h5 strong a {
font-size: 16px;
}
}
}
#wrapwrap > footer {
.container {
p, .list-unstyled {
font-size: 16px;
}
}
}