Skip to content

Commit de4c8c6

Browse files
committed
Fix missing font import
1 parent 1c236ad commit de4c8c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sass/_base.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ $textColor: white;
44
$background: black;
55
$accent: #3dbeff;
66

7+
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
8+
79
body,
810
html {
911
margin: 0;
@@ -68,4 +70,4 @@ footer {
6870
p {
6971
padding: 1em;
7072
}
71-
}
73+
}

0 commit comments

Comments
 (0)