diff --git a/content/home/index.js b/content/home/index.js index 9877d95..b38f955 100644 --- a/content/home/index.js +++ b/content/home/index.js @@ -19,7 +19,7 @@ function lyesAge() { } function changeAge() { - document.getElementById("age").setHTML(lyesAge()) + document.getElementById("age").innerHTML = lyesAge() } changeAge() diff --git a/sass/_fonts.sass b/sass/_fonts.sass index 33b983b..733fca0 100644 --- a/sass/_fonts.sass +++ b/sass/_fonts.sass @@ -1,6 +1,6 @@ -@font-face - font-family: "LibreBaskerville" - src: url("/fonts/LibreBaskerville-Regular.otf") format("opentype") +// @font-face +// font-family: "LibreBaskerville" +// src: url("/fonts/LibreBaskerville-Regular.otf") format("opentype") @font-face font-family: "YoungSerif"