This commit is contained in:
ouidade 2024-10-30 00:32:08 +01:00
parent 79d28366db
commit c0f0a9d22a
2 changed files with 5 additions and 9 deletions

View File

@ -6,15 +6,11 @@ p {
font-size: 0.8rem;
}
h3 {
font-size: 1.2rem;
}
h1 {
font-family: "gilroy-bold";
}
h2 {
h2, h3 {
font-family: "gilroy-semibold";
}

View File

@ -16,13 +16,13 @@ p{
font-size: $font-normal;
}
h3{
font-size: $font-big;
}
// h3{
// font-size: $font-big;
// }
h1{
font-family: 'gilroy-bold';
}
h2{
h2, h3{
font-family: 'gilroy-semibold';
}