From 0671e4489d1ccd9f23414b3647012d2e5fca941e Mon Sep 17 00:00:00 2001 From: Beecher Baker Date: Fri, 28 Jun 2024 15:13:05 -0400 Subject: [PATCH] add Purdue stylesheet and sans-serif font --- index.html | 5 +++++ tailwind.config.cjs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c69b042..c3ff31a 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,11 @@ + + + + + diff --git a/tailwind.config.cjs b/tailwind.config.cjs index dd78091..3c09862 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -23,7 +23,7 @@ module.exports = { theme: { extend: { fontFamily: { - main: ['Roboto', 'sans-serif'] + main: ['United Sans', 'sans-serif'] }, colors: { base: {