style: remoção de repetição desnecessária de font-family e font-style

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-01-09 17:41:07 -03:00
parent c720edefc8
commit 571b8743ff
3 changed files with 0 additions and 6 deletions

View File

@ -48,8 +48,6 @@ footer {
display: flex;
color: $white;
max-width: 234px;
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;

View File

@ -126,8 +126,6 @@ header {
background-repeat: no-repeat;
background-position: bottom 50% right 16px;
background-size: 18px;
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;

View File

@ -68,8 +68,6 @@ main {
}
}
h1 {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;