From 36a4eb2d92caeeb6c777d91304e569d221cdf29c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 26 Dec 2020 22:42:09 +0000 Subject: [PATCH] Add Bebas Neue font --- tailwind.config.js | 3 +++ templates/html.html.twig | 2 ++ 2 files changed, 5 insertions(+) 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 @@ {% block title %}Florida DrupalCamp{% endblock %} + + {% block stylesheets %}{% endblock %}