diff --git a/tailwind.config.js b/tailwind.config.js index 4ce301f..63b4a35 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,6 +11,9 @@ module.exports = { blue: colors.lightBlue, gray: colors.trueGray }, + fontFamily: { + display: ['Bebas Neue', 'Arial Narrow', 'Arial', 'sans-serif'] + }, }, variants: { extend: {}, diff --git a/templates/html.html.twig b/templates/html.html.twig index 92ed524..93e2951 100644 --- a/templates/html.html.twig +++ b/templates/html.html.twig @@ -3,6 +3,8 @@