7 lines
156 B
CSS
7 lines
156 B
CSS
@import url('https://fonts.googleapis.com/css?family=Poppins');
|
|
|
|
html, body {
|
|
height: 100%;
|
|
background-color: #eee;
|
|
font-family: "Poppins", sans-serif;
|
|
} |