6 lines
137 B
CSS
6 lines
137 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400&display=swap');
|
|
|
|
* {
|
|
font-family: 'Nunito', 'Arial';
|
|
}
|