Skip to content

Commit 82a0bb3

Browse files
committed
Import Poppins font
1 parent ec7141b commit 82a0bb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Fantasy/Wave/assets/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Poppins:display=swap');
2+
13
* {
24
box-sizing: border-box;
35
margin: 0;
@@ -7,7 +9,7 @@
79
body {
810
overflow: hidden;
911
font-size: 16px;
10-
font-family: Poppins, sans-serif;
12+
font-family: 'Poppins', sans-serif;
1113
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
1214
}
1315

0 commit comments

Comments
 (0)