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: {},