setup pt sans as sitewide font
All checks were successful
Hugo / build (push) Successful in 11s

This commit is contained in:
brooke 2024-07-13 17:40:09 -04:00
parent 7e11f77e21
commit ab4257b2b5
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
module.exports = {
content: ["./themes/gallo/**/*.html"],
theme: {
extend: {},
fontFamily: {
sans: ['"PT Sans"', "sans-serif"],
},
},
};

File diff suppressed because one or more lines are too long