Untitled
Anonymous
plain_text
11/10/2023 2:05 PM
244 B
15
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...