diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-31 09:14:11 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-11-05 16:45:27 -0400 |
| commit | 7a66a1886203d377e40cd5f18d8a152654f8db37 (patch) | |
| tree | 0680ce49dacbf92eb1b6ec73e719c562483dfc6c /tailwind.config.js | |
| parent | cf30e5f1be85d38ad255a262a391da7d145c519a (diff) | |
| download | personal-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.js | 2 |
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: { |
