2021-06-25 15:26:41 +02:00

13 lines
260 B
SCSS

article{
h2{
font-family: "trueno";
font-weight: 600;
font-size: $font-medium;
text-transform: inherit;
}
h3,h4,h5,h6{
font-family: "trueno";
font-weight: 600;
font-size: $font-medium;
}
}