Files
test/src/styles/components/typography.scss
T
Dmytro Tkachenko 9a138e53a9
Build Action / Run-Build (push) Successful in 3m7s
Actions
2024-10-22 22:44:24 +03:00

27 lines
380 B
SCSS

@use '../fonts/poppins';
@use '../fonts/volkhov';
@use '../helpers/space';
body {
@extend .poppins-regular;
}
h1 {
@extend .volkhov-regular;
font-size: 40px;
text-align: center;
color: #484848;
margin-bottom: 48px;
}
h2 {
@extend .poppins-medium;
font-size: 20px;
line-height: 30px;
}
h3 {
@extend .poppins-medium;
font-size: 16px;
line-height: 26px;
}