Remove Gentium Book Basic font

This commit is contained in:
advplyr 2023-02-12 12:16:38 -06:00
parent 290c3560d2
commit 6cd04e7098
19 changed files with 30 additions and 50 deletions

View file

@ -134,7 +134,7 @@ export default {
var innerP = document.createElement('p')
innerP.textContent = this.name
innerP.className = 'text-sm font-book text-white'
innerP.className = 'text-smtext-white'
imgdiv.appendChild(innerP)
return imgdiv