From 7a66a1886203d377e40cd5f18d8a152654f8db37 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 31 Oct 2022 09:14:11 -0400 Subject: New platform; Fixed font --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index 3504952..26cfc0d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,7 +7,7 @@ module.exports = { ], theme: { fontFamily: { - 'hack': ['Hack', 'sans-serif'] + 'hack': ['Hack', 'monospace'] }, extend: { colors: { -- cgit v1.2.3