Skip to content

Commit 9f8ef20

Browse files
committed
import Poppins font
1 parent 81bc0d0 commit 9f8ef20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fantasy/Black Box/assets/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
12
* {
23
box-sizing: border-box;
34
margin: 0;
@@ -14,7 +15,7 @@ body {
1415
overflow-x: hidden;
1516
font-size: 14px;
1617
height: 100vh;
17-
font-family: Poppins, sans-serif;
18+
font-family: 'Poppins', sans-serif;
1819
background-color: #000000;
1920
background-image: linear-gradient(147deg, #000000 0%, #0f0f0f 74%);
2021
color: #fff;

0 commit comments

Comments
 (0)