Fixing JS
This commit is contained in:
parent
55b13cbe3b
commit
8cc8115f7b
2 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ function lyesAge() {
|
|||
}
|
||||
|
||||
function changeAge() {
|
||||
document.getElementById("age").setHTML(lyesAge())
|
||||
document.getElementById("age").innerHTML = lyesAge()
|
||||
}
|
||||
|
||||
changeAge()
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue