Skip to content
Snippets Groups Projects
typography.css 528 B
body {
    font-family: sans-serif;
}

H1 {
    font-family:Georgia, 'Times New Roman', Times, serif;
}

H4 {
    font-size: 20px;
    text-decoration-line:underline;
    text-decoration-thickness:2px;
    text-decoration-style:solid;
    color: hsl(229, 58%, 19%)
}

H5 {
    font-size: 16px;
    text-transform: capitalize;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: hsl(228, 58%, 12%);
}

p {
    font-size: 17px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: hsl(0, 0%, 0%)
}