openaire-assets/library-css/text.scss

87 lines
1.1 KiB
SCSS

.uk-text-light {
font-weight: 300;
}
.uk-text-large {
font-size: 18px;
}
.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;
}
.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: 400;
}
.uk-h6, h6 {
font-size: 18px;
font-weight: 400;
}
.number {
font-size: 41px;
}
.number-size {
font-size: 36px;
}
@media only screen and (max-width: 639px) {
.uk-h1, h1 {
font-size: 36px !important;
}
.uk-h2, h2 {
font-size: 32px !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: 18px !important;
}
.number {
font-size: 32px;
}
.number-size {
font-size: 27px;
}
}