flectra/addons/theme_techreceptives/static/less/layouts/fonts/font_pt_sans.less

47 lines
891 B
Plaintext
Executable File

body {
font-size: 18px;
font-family: 'PT Sans', sans-serif;
}
#wrapwrap {
font-family: 'PT Sans', sans-serif;
font-size: 18px;
h1, h2, h3, h4, h5, h6 {
font-family: 'PT Sans', sans-serif;
}
#top_menu > li > a {
font-family: 'PT Sans', sans-serif;
}
.category-name {
font-family: 'PT Sans', sans-serif;
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;
}
}
}