funky-framadate-front/src/styles/partials/_typo.scss

45 lines
451 B
SCSS

h1,
h2,
h3,
h4,
h5,
h6 {
@extend .title;
font-family: $title_font;
}
h1 {
@extend .is-1;
font-family: $title_font;
&::after {
background-color: $primary_color;
height: 2px;
}
}
h2 {
@extend .is-2;
font-family: $title_font;
}
h3 {
@extend .is-3;
font-family: $title_font;
}
h4 {
@extend .is-4;
font-family: $title_font;
}
.nobold {
font-weight: normal;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}