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() {
|
function changeAge() {
|
||||||
document.getElementById("age").setHTML(lyesAge())
|
document.getElementById("age").innerHTML = lyesAge()
|
||||||
}
|
}
|
||||||
|
|
||||||
changeAge()
|
changeAge()
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@font-face
|
// @font-face
|
||||||
font-family: "LibreBaskerville"
|
// font-family: "LibreBaskerville"
|
||||||
src: url("/fonts/LibreBaskerville-Regular.otf") format("opentype")
|
// src: url("/fonts/LibreBaskerville-Regular.otf") format("opentype")
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: "YoungSerif"
|
font-family: "YoungSerif"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue