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.
Poppins
1 parent 81bc0d0 commit 9f8ef20Copy full SHA for 9f8ef20
Fantasy/Black Box/assets/style.css
@@ -1,3 +1,4 @@
1
+@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
2
* {
3
box-sizing: border-box;
4
margin: 0;
@@ -14,7 +15,7 @@ body {
14
15
overflow-x: hidden;
16
font-size: 14px;
17
height: 100vh;
- font-family: Poppins, sans-serif;
18
+ font-family: 'Poppins', sans-serif;
19
background-color: #000000;
20
background-image: linear-gradient(147deg, #000000 0%, #0f0f0f 74%);
21
color: #fff;
0 commit comments