Add Bebas Neue font
This commit is contained in:
parent
5fadbbccd0
commit
36a4eb2d92
2 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,9 @@ module.exports = {
|
||||||
blue: colors.lightBlue,
|
blue: colors.lightBlue,
|
||||||
gray: colors.trueGray
|
gray: colors.trueGray
|
||||||
},
|
},
|
||||||
|
fontFamily: {
|
||||||
|
display: ['Bebas Neue', 'Arial Narrow', 'Arial', 'sans-serif']
|
||||||
|
},
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
extend: {},
|
extend: {},
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{% block title %}Florida DrupalCamp{% endblock %}</title>
|
<title>{% block title %}Florida DrupalCamp{% endblock %}</title>
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="/build/tailwind.css"/>
|
<link rel="stylesheet" href="/build/tailwind.css"/>
|
||||||
{% block stylesheets %}{% endblock %}
|
{% block stylesheets %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue