diff --git a/contents.js b/contents.js index 1f233bb..315a04d 100644 --- a/contents.js +++ b/contents.js @@ -44,7 +44,7 @@ function populateContributions(contributions) { function createSection(contribution) { let section = reference.cloneNode(true); - section.id = contribution.moment; + section.id = contribution.moment.replace("'",""); section.querySelector(".moment").innerHTML = contribution.moment; section.querySelector(".title").innerHTML = contribution.title; section.querySelector(".author").innerHTML = contribution.author; @@ -99,7 +99,6 @@ function printViewToggle() { // var btnPrint = document.getElementById("btn-print"); // console.log(btnPrint); //------------------------- - createBackToWebBtn(); } else { //document.getElementsByTagName("head")[0].removeChild(printview); pagedjs.remove(); diff --git a/fonts/blocuswebfont.woff b/fonts/blocuswebfont.woff new file mode 100644 index 0000000..ece60f2 Binary files /dev/null and b/fonts/blocuswebfont.woff differ diff --git a/fonts/fengardoneue_black-webfont.woff b/fonts/fengardoneue_black-webfont.woff new file mode 100644 index 0000000..d93a91a Binary files /dev/null and b/fonts/fengardoneue_black-webfont.woff differ diff --git a/fonts/fengardoneue_regular-webfont.woff b/fonts/fengardoneue_regular-webfont.woff new file mode 100644 index 0000000..5147f1e Binary files /dev/null and b/fonts/fengardoneue_regular-webfont.woff differ diff --git a/index.html b/index.html index 2b6a4ad..5f5fe20 100644 --- a/index.html +++ b/index.html @@ -133,7 +133,7 @@