aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-31 09:14:11 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-11-05 16:45:27 -0400
commit7a66a1886203d377e40cd5f18d8a152654f8db37 (patch)
tree0680ce49dacbf92eb1b6ec73e719c562483dfc6c /tailwind.config.js
parentcf30e5f1be85d38ad255a262a391da7d145c519a (diff)
downloadpersonal-website-7a66a1886203d377e40cd5f18d8a152654f8db37.tar.gz
personal-website-7a66a1886203d377e40cd5f18d8a152654f8db37.tar.bz2
personal-website-7a66a1886203d377e40cd5f18d8a152654f8db37.zip
New platform; Fixed font
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js2
1 files changed, 1 insertions, 1 deletions
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: {