Set default font to sans-serif

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-19 19:52:53 +03:00
parent 4313662de9
commit 429554e857

View File

@@ -12,6 +12,7 @@ html, body {
padding: 0;
background-color: variables.$clr_sides;
scroll-behavior: smooth;
font-family: sans-serif;
}
.content-spacing {