We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7141b commit 82a0bb3Copy full SHA for 82a0bb3
Fantasy/Wave/assets/style.css
@@ -1,3 +1,5 @@
1
+@import url('https://fonts.googleapis.com/css2?family=Poppins:display=swap');
2
+
3
* {
4
box-sizing: border-box;
5
margin: 0;
@@ -7,7 +9,7 @@
7
9
body {
8
10
overflow: hidden;
11
font-size: 16px;
- font-family: Poppins, sans-serif;
12
+ font-family: 'Poppins', sans-serif;
13
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
14
}
15
0 commit comments