Change font back to Rubik and update version

This commit is contained in:
Michał Gdula 2023-04-08 17:00:04 +00:00
parent 823d0877d0
commit 1f9f50d014
10 changed files with 30 additions and 14 deletions

View file

@ -64,11 +64,10 @@ window.onload = function () {
infoButton.classList.add('show');
}
infoButton.onclick = function () {
popUpShow('OnlyLegs on Flask',
'Using <a href="https://phosphoricons.com/">Phosphoricons</a> and ' +
'<a href="https://www.gent.media/manrope">Manrope</a> <br>' +
popUpShow('OnlyLegs',
'Using <a href="https://phosphoricons.com/">Phosphoricons</a> and Flask<br>' +
'Made by Fluffy and others with ❤️ <br>' +
'<a href="https://github.com/Fluffy-Bean/onlylegs">V23.04.06</a>');
'<a href="https://github.com/Fluffy-Bean/onlylegs">V23.04.08</a>');
}
}
};