diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 49543a52..9949c78b 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -8,17 +8,14 @@ export default function Document() { - + - diff --git a/tailwind.config.js b/tailwind.config.js index 06b63ca6..4209f91f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,6 +4,9 @@ module.exports = { darkMode: 'class', theme: { extend: { + fontFamily: { + 'chivo-mono': ['"Chivo Mono"', 'cursive'] + }, colors: { neutral: { 1000: 'rgba(17, 17, 17)' @@ -11,7 +14,7 @@ module.exports = { }, animation: { cursor: 'cursor .6s linear infinite alternate', - typing: 'typing 1.8s ease-in .8s 1 normal both', + typing: 'typing 1.8s ease-in .8s 1 normal both' }, keyframes: { typing: {