Untitled

 avatar
unknown
plain_text
2 years ago
183 B
7
Indexable
/* Heading Font: Montserrat */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Body Font: Roboto */
body {
    font-family: 'Roboto', sans-serif;
}
Editor is loading...