File size: 306 Bytes
f07bf73 |
1 2 3 4 5 6 7 8 9 |
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
body {
margin: 0;
font-family: "Raleway", serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: linear-gradient(to left, rgb(27 20 41), rgb(20 15 35));
}
|