7 lines
79 B
CSS
7 lines
79 B
CSS
html {
|
|
font-family: "Poppins", sans-serif;
|
|
}
|
|
|
|
* {
|
|
scroll-behavior: smooth;
|
|
}
|