2021-06-24 16:04:02 +02:00

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;
}