flectra/addons/theme_leith/static/less/layouts/fonts/font_oxygen.less
2018-04-16 12:23:12 +05:30

39 lines
656 B
Plaintext
Executable File

body {
font-size: 18px;
font-family: "Oxygen";
}
#wrapwrap {
font-family: "Oxygen";
font-size: 18px;
h1, h2, h3, h4, h5, h6 {
font-family: "Oxygen";
}
#top_menu > li > a {
font-family: "Oxygen";
}
.category-name {
font-family: 'Oxygen';
font-size: 22px;
text-transform: uppercase;
font-weight: bold;
}
.products_pager {
font-size: 16px;
}
}
.oe_product {
section {
h5 strong a {
font-size: 18px;
}
}
}
#wrapwrap > footer {
.container {
p, .list-unstyled {
font-size: 16px;
}
}
}