10 lines
98 B
SCSS
10 lines
98 B
SCSS
|
html {
|
||
|
font-family: 'Poppins', sans-serif;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background: white;
|
||
|
}
|
||
|
|