huathedev's picture
Upload 10 files
b870ebb
raw
history blame
213 Bytes
@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;
}