| @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; | |
| } |
| @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; | |
| } |