Le framework HUGO utilisé pour créer son CV en 2 minutes https://cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hugo-cv/themes/almeida-cv/assets/sass/_typography.scss

28 lines
450 B

body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
line-height: 1.7;
font-size: 1.12rem;
color: $color-grey-dark;
}
.mainHeading {
text-transform: uppercase;
font-size: 5rem;
color: $color-secondary;
& span {
color: $color-primary;
}
}
.section__title {
font-size: 2.1rem;
color: $color-grey-dark;
}
h1,
h2 {
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
}