diff --git a/index.html b/index.html index 5426b30..9dcfbfe 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ +

diff --git a/styles.css b/styles.css index 805813d..b423e3c 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap'); .nunito { - font-family: 'Nunito Sans'; + font-family: 'Nunito Sans', sans-serif; } \ No newline at end of file