Add footer, restyle header, fix CSS font @imports

This commit is contained in:
Xevion
2022-12-17 23:34:11 -06:00
parent 707a01176e
commit a2dd414026
3 changed files with 30 additions and 16 deletions

View File

@@ -4,7 +4,8 @@ module.exports = {
theme: {
extend: {
fontFamily: {
playfair: ["\"Playfair Display\"", "serif"]
playfair: ["\"Playfair Display\"", "serif"],
rokkitt: ["\"Rokkitt\"", "serif"]
}
},
},