15 lines
236 B
SCSS
15 lines
236 B
SCSS
html,
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-family: 'Quicksand';
|
|
letter-spacing: 0.8px;
|
|
scroll-behavior: smooth;
|
|
text-align: center;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Quicksand';
|
|
src: url('/Quicksand-VariableFont_wght.ttf');
|
|
}
|