6 lines
102 B
SCSS
6 lines
102 B
SCSS
|
@mixin heading {
|
||
|
font-family: Orbitron, sans-serif;
|
||
|
font-weight: 900;
|
||
|
text-transform: uppercase;
|
||
|
}
|