monospace time

This commit is contained in:
Fabrice Lamant
2024-07-28 12:03:16 +02:00
parent f465524d5b
commit 19caaea237
9 changed files with 3631 additions and 3591 deletions

View File

@ -2,7 +2,11 @@
module.exports = {
content: ["./docs/**/*.html"],
theme: {
extend: {},
extend: {
fontFamily: {
gmono: ["'Anonymous'", "monospace"],
},
},
},
plugins: [],
};