openaire-assets/common/theme-changes.css

68 lines
1014 B
CSS

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,
.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium,
.uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
line-height: 1.2;
}
@media only screen and (max-width: 639px) {
.uk-h1, h1 {
font-size: 45px !important;
}
.uk-h2, h2 {
font-size: 36px !important;
}
.uk-h3, h3 {
font-size: 27px !important;
}
.uk-h4, h4 {
font-size: 22px !important;;
}
.uk-h5, h5 {
font-size: 18px !important;;
}
.uk-h6, h6 {
font-size: 16px !important;;
}
}
.uk-h1, h1 {
font-size: 54px;
font-weight: 400;
}
.uk-h2, h2 {
font-size: 45px;
font-weight: 400;
}
.uk-h3, h3 {
font-size: 36px;
font-weight: 400;
}
.uk-h4, h4 {
font-size: 27px;
font-weight: 400;
}
.uk-h5, h5 {
font-size: 22px;
font-weight: 500;
}
.uk-h6, h6 {
font-size: 18px;
font-weight: 500;
}
/* Temp changes*/
contact h5, new-search-page h5, result-preview h5 {
font-size: 18px;
}