From 59fcad91002bd663ae1c012cee1312019c7e96cc Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 3 Jan 2022 01:20:15 +0000 Subject: [PATCH] Created display font and added them to titles. --- src/components/pages/Front.page.js | 4 ++-- tailwind.config.js | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/pages/Front.page.js b/src/components/pages/Front.page.js index 90f2c76..6c84ab5 100644 --- a/src/components/pages/Front.page.js +++ b/src/components/pages/Front.page.js @@ -48,12 +48,12 @@ const FrontPage = () => {
diff --git a/tailwind.config.js b/tailwind.config.js index 7d76919..943293a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -27,7 +27,11 @@ module.exports = { purple: '#B48EAD', }, }, - extend: {}, + extend: { + fontFamily: { + display: ['Open Sans'], + }, + }, }, variants: { extend: {},