13 lines
260 B
SCSS
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;
|
|
}
|
|
} |