File size: 213 Bytes
b870ebb |
1 2 3 4 5 6 7 8 9 10 |
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400&display=swap');
html,
body,
[class*="css"] {
font-family: 'Nunito';
/* font-size: 16px; */
font-weight: 400;
color: #091747;
} |