21 lines
245 B
SCSS
21 lines
245 B
SCSS
body{
|
|
font-family: "trueno";
|
|
font-size: $font-normal ;
|
|
font-weight: 300;
|
|
line-height: 1.5;
|
|
}
|
|
main{
|
|
h2{
|
|
text-transform: uppercase;
|
|
font-family: 'duke';
|
|
font-size: $font-extra;
|
|
}
|
|
}
|
|
a{
|
|
color:inherit;
|
|
}
|
|
|
|
//TEMP
|
|
iframe{
|
|
display: none;
|
|
} |