diff --git a/.gitignore b/.gitignore index 3a41be3..6a9d9a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ dst/ +.vscode/ diff --git a/src/_footer.html b/src/_footer.html index 691287b..dc4003d 100644 --- a/src/_footer.html +++ b/src/_footer.html @@ -1,2 +1,7 @@ + + + \ No newline at end of file diff --git a/src/style.css b/src/style.css index e69de29..1dbb289 100644 --- a/src/style.css +++ b/src/style.css @@ -0,0 +1,3 @@ +body { + font-family: 'Open Sans', sans-serif; +} \ No newline at end of file