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